public interface GenericEditor
PropertyEditor
s or JTables.Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener listener)
Sets the listener which will be fired in case the editing has stopped.
|
int |
getClickCountToStart()
Return the number of clicks needed to start editing.
|
JComponent |
getEditorComponent()
Return the component to use for the
PropertyEditor s or JTable. |
Object |
getValue()
Return the current value of the editor.
|
void |
setValue(Object value)
Sets the current value of the editor.
|
Object getValue()
void setValue(Object value)
value
- the current value of the editorvoid addActionListener(ActionListener listener)
listener
- the listenerJComponent getEditorComponent()
PropertyEditor
s or JTable.int getClickCountToStart()