Package com.biglybt.pif.ui.tables
Interface TableCellInplaceEditorListener
-
- All Known Implementing Classes:
NameItem
public interface TableCellInplaceEditorListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
inplaceValueSet(TableCell cell, java.lang.String value, boolean finalEdit)
Override this function to obtain edited values
-
-
-
Method Detail
-
inplaceValueSet
boolean inplaceValueSet(TableCell cell, java.lang.String value, boolean finalEdit)
Override this function to obtain edited values- Parameters:
cell
- that is being editedvalue
- the new valuefinalEdit
- true if the user finalizes his editing- Returns:
- should be false if the currently entered value is invalid
-
-