public static interface ListEditor.IListEditHandler
Modifier and Type | Method and Description |
---|---|
String |
listEditGetDisplay(ListEditor editor) |
Object |
listEditGetNew(ListEditor editor) |
void |
listEditHasChanged(ListEditor editor,
Object originalCopy)
If the ListEdit edits in a separate Editor window, then this is called only when
the changes are accepted.
|
Object listEditGetNew(ListEditor editor)
void listEditHasChanged(ListEditor editor, Object originalCopy)
originalCopy
- a copy of the data before any changes. You can modify this ifnecessary.String listEditGetDisplay(ListEditor editor)