java.lang.Object
abbot.editor.editors.XMLEditor.EditorDelegate
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
- Enclosing class:
- XMLEditor
- protected class XMLEditor.EditorDelegate
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.awt.event.ItemListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.Object value
XMLEditor.EditorDelegate
protected XMLEditor.EditorDelegate()
getCellEditorValue
public java.lang.Object getCellEditorValue()
setValue
public void setValue(java.lang.Object value)
isCellEditable
public boolean isCellEditable(java.util.EventObject anEvent)
shouldSelectCell
public boolean shouldSelectCell(java.util.EventObject anEvent)
startCellEditing
public boolean startCellEditing(java.util.EventObject anEvent)
stopCellEditing
public boolean stopCellEditing()
cancelCellEditing
public void cancelCellEditing()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
itemStateChanged
public void itemStateChanged(java.awt.event.ItemEvent e)
- Description copied from interface:
java.awt.event.ItemListener
- This method is called when an item's state is changed.
- Specified by:
itemStateChanged in interface java.awt.event.ItemListener