org.gudy.azureus2.plugins.ui.tables
Interface TableCellInplaceEditorListener

All Known Implementing Classes:
NameItem

public interface TableCellInplaceEditorListener


Method Summary
 boolean inplaceValueSet(TableCell cell, String value, boolean finalEdit)
          Override this function to obtain edited values
 

Method Detail

inplaceValueSet

boolean inplaceValueSet(TableCell cell,
                        String value,
                        boolean finalEdit)
Override this function to obtain edited values

Parameters:
cell - that is being edited
value - the new value
finalEdit - true if the user finalizes his editing
Returns:
should be false if the currently entered value is invalid