Package rma.swing.table
Class RmaDateTimeEditor.EditorDelegate
java.lang.Object
rma.swing.table.RmaDateTimeEditor.EditorDelegate
- All Implemented Interfaces:
ActionListener
,ItemListener
,Serializable
,EventListener
- Enclosing class:
- RmaDateTimeEditor
protected class RmaDateTimeEditor.EditorDelegate
extends Object
implements ActionListener, ItemListener, Serializable
This is an internal class that can be used to delegate the editing commands to
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
isCellEditable
(EventObject anEvent) void
void
boolean
shouldSelectCell
(EventObject anEvent) boolean
startCellEditing
(EventObject anEvent) boolean
-
Field Details
-
value
-
-
Constructor Details
-
EditorDelegate
protected EditorDelegate()
-
-
Method Details
-
getCellEditorValue
-
setValue
-
isCellEditable
-
shouldSelectCell
-
startCellEditing
-
stopCellEditing
public boolean stopCellEditing() -
cancelCellEditing
public void cancelCellEditing() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-