|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.ui.ptable.PTableRadioButtonEditor.EditorDelegate
protected class PTableRadioButtonEditor.EditorDelegate
The protected EditorDelegate class.
| Field Summary | |
|---|---|
protected java.lang.Object |
valueThe value of this cell. |
| Constructor Summary | |
|---|---|
protected |
PTableRadioButtonEditor.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 if anEvent is not a MouseEvent. |
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 |
| Field Detail |
|---|
protected java.lang.Object value
| Constructor Detail |
|---|
protected PTableRadioButtonEditor.EditorDelegate()
| Method Detail |
|---|
public java.lang.Object getCellEditorValue()
public void setValue(java.lang.Object value)
value - the new value of this cellpublic boolean isCellEditable(java.util.EventObject anEvent)
anEvent is not a MouseEvent. Otherwise, it returns true if the necessary number of clicks have occurred, and returns false otherwise.anEvent - the eventPTableRadioButtonEditor.setClickCountToStart(int), shouldSelectCell(java.util.EventObject)public boolean shouldSelectCell(java.util.EventObject anEvent)
anEvent - the eventisCellEditable(java.util.EventObject)public boolean startCellEditing(java.util.EventObject anEvent)
anEvent - the eventpublic boolean stopCellEditing()
fireEditingStopped.public void cancelCellEditing()
fireEditingCanceled.public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - the action eventstopCellEditing()public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenere - the action eventstopCellEditing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||