junit.extensions.awt.editor
Class StepEditor.EditorDelegate

java.lang.Object
  |
  +--junit.extensions.awt.editor.StepEditor.EditorDelegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
StepEditor

protected class StepEditor.EditorDelegate
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener


Field Summary
protected  java.lang.Object value
           
 
Constructor Summary
protected StepEditor.EditorDelegate()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void cancelCellEditing()
           
 java.lang.Object getCellEditorValue()
           
 boolean isCellEditable(java.util.EventObject anEvent)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 void setValue(java.lang.Object value)
           
 boolean shouldSelectCell(java.util.EventObject anEvent)
           
 boolean startCellEditing(java.util.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 java.lang.Object value
Constructor Detail

StepEditor.EditorDelegate

protected StepEditor.EditorDelegate()
Method Detail

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)
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