wtanaka.praya.disp
Class ContentEditor.EditorDelegate

java.lang.Object
  |
  +--wtanaka.praya.disp.ContentEditor.EditorDelegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, java.awt.event.ItemListener, java.io.Serializable
Enclosing class:
ContentEditor

protected class ContentEditor.EditorDelegate
extends java.lang.Object
implements java.awt.event.FocusListener, java.awt.event.ActionListener, java.awt.event.ItemListener, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.Object value
           
 
Constructor Summary
protected ContentEditor.EditorDelegate()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void cancelCellEditing()
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 java.lang.Object getCellEditorValue()
           
 boolean isCellEditable(java.util.EventObject anEvent)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 void setValue(java.lang.Object x)
           
 boolean startCellEditing(java.util.EventObject anEvent)
           
 boolean stopCellEditing()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value
Constructor Detail

ContentEditor.EditorDelegate

protected ContentEditor.EditorDelegate()
Method Detail

getCellEditorValue

public java.lang.Object getCellEditorValue()

setValue

public void setValue(java.lang.Object x)

isCellEditable

public boolean isCellEditable(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)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener