|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.treetable.AbstractCellEditor
public abstract class AbstractCellEditor
Abstract cell editor for the tree table.
| Field Summary | |
|---|---|
protected EventListenerList |
listenerList
The list of listners for this cell editor. |
| Constructor Summary | |
|---|---|
AbstractCellEditor()
|
|
| Method Summary | |
|---|---|
void |
addCellEditorListener(CellEditorListener l)
|
void |
cancelCellEditing()
|
protected void |
fireEditingCanceled()
Notify all listeners that have registered interest for notification on this event type. |
protected void |
fireEditingStopped()
Notify all listeners that have registered interest for notification on this event type. |
Object |
getCellEditorValue()
Returns the value contained in the editor. |
boolean |
isCellEditable(EventObject event)
Asks the editor if it can start editing using anEvent. |
void |
removeCellEditorListener(CellEditorListener l)
|
boolean |
shouldSelectCell(EventObject anEvent)
|
boolean |
stopCellEditing()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventListenerList listenerList
| Constructor Detail |
|---|
public AbstractCellEditor()
| Method Detail |
|---|
public Object getCellEditorValue()
getCellEditorValue in interface CellEditornull.CellEditor.getCellEditorValue()public boolean isCellEditable(EventObject event)
anEvent. This method always returns true.
isCellEditable in interface CellEditorevent - the event the editor should use to consider whether to begin editing or not.
true.CellEditor.isCellEditable(java.util.EventObject)public boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorpublic void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorpublic void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorprotected void fireEditingStopped()
EventListenerListprotected void fireEditingCanceled()
EventListenerList
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||