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 TypeMethodDescriptionvoidvoidbooleanisCellEditable(EventObject anEvent) voidvoidbooleanshouldSelectCell(EventObject anEvent) booleanstartCellEditing(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:
actionPerformedin interfaceActionListener
-
itemStateChanged
- Specified by:
itemStateChangedin interfaceItemListener
-