- All Known Subinterfaces:
TypeEditHandlerInterface.DialogEditorInterface
- Enclosing interface:
- TypeEditHandlerInterface
public static interface TypeEditHandlerInterface.ObjectEditorInterface
This interface must be implemented by a valid cell editor widget.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description Object
getEditedValue()
Reads the edited value from a cell editor widget.
-
Method Details
-
getEditedValue
Object getEditedValue()Reads the edited value from a cell editor widget. This method is invoked after finishing the edit procedure in the property editor table.- Returns:
- the new value of the cell.
-