abbot.editor.editors
Class XMLEditor.EditorDelegate

java.lang.Object
  extended by abbot.editor.editors.XMLEditor.EditorDelegate
All Implemented Interfaces:
ActionListener, ItemListener, EventListener
Enclosing class:
XMLEditor

protected class XMLEditor.EditorDelegate
extends Object
implements ActionListener, ItemListener


Field Summary
protected  Object value
           
 
Constructor Summary
protected XMLEditor.EditorDelegate()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Object value
Constructor Detail

XMLEditor.EditorDelegate

protected XMLEditor.EditorDelegate()
Method Detail

getCellEditorValue

public Object getCellEditorValue()

setValue

public void setValue(Object value)

isCellEditable

public boolean isCellEditable(EventObject anEvent)

shouldSelectCell

public boolean shouldSelectCell(EventObject anEvent)

startCellEditing

public boolean startCellEditing(EventObject anEvent)

stopCellEditing

public boolean stopCellEditing()

cancelCellEditing

public void cancelCellEditing()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

itemStateChanged

public void itemStateChanged(ItemEvent e)
Specified by:
itemStateChanged in interface ItemListener


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge