protected class XMLEditor.EditorDelegate extends Object implements ActionListener, ItemListener
| Modifier | Constructor and Description |
|---|---|
protected |
XMLEditor.EditorDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
cancelCellEditing() |
Object |
getCellEditorValue() |
boolean |
isCellEditable(EventObject anEvent) |
void |
itemStateChanged(ItemEvent e) |
void |
setValue(Object value) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
startCellEditing(EventObject anEvent) |
boolean |
stopCellEditing() |
protected Object value
public Object getCellEditorValue()
public void setValue(Object value)
public boolean isCellEditable(EventObject anEvent)
public boolean shouldSelectCell(EventObject anEvent)
public boolean startCellEditing(EventObject anEvent)
public boolean stopCellEditing()
public void cancelCellEditing()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListener
Abbot is hosted on