|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.components.treetable.DefaultTableCellEditor.EditorDelegate
protected class DefaultTableCellEditor.EditorDelegate
The protected EditorDelegate class.
| Constructor Summary | |
|---|---|
protected |
DefaultTableCellEditor.EditorDelegate()
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
When an action is performed, editing is ended. |
void |
cancelCellEditing()
Cancels editing. |
java.lang.Object |
getCellEditorValue()
Returns the value of this cell. |
boolean |
isCellEditable(java.util.EventObject anEvent)
Returns true. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
When an item's state changes, editing is ended. |
void |
setValue(java.lang.Object value)
Sets the value of this cell. |
boolean |
shouldSelectCell(java.util.EventObject anEvent)
Returns true to indicate that the editing cell may be selected. |
boolean |
startCellEditing(java.util.EventObject anEvent)
Returns true to indicate that editing has begun. |
boolean |
stopCellEditing()
Stops editing and returns true to indicate that editing has stopped. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DefaultTableCellEditor.EditorDelegate()
| Method Detail |
|---|
public java.lang.Object getCellEditorValue()
public void setValue(java.lang.Object value)
public boolean isCellEditable(java.util.EventObject anEvent)
public boolean shouldSelectCell(java.util.EventObject anEvent)
public boolean startCellEditing(java.util.EventObject anEvent)
public boolean stopCellEditing()
public void cancelCellEditing()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||