| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents abstract cell editor. This editor can serialize it's contents.
| Field Summary | |
protected ChangeEvent | changeEvent |
protected EventListenerList | listenerList |
| Constructor Summary | |
AbstractCellEditor()Initialize this editor. | |
| Method Summary | |
void | addCellEditorListener(CellEditorListener celleditorlistener)Adds cell editor listener. |
void | cancelCellEditing()Cancels cell editing. |
protected void | fireEditingCanceled()Fires EditingCanceled event. |
protected void | fireEditingStopped()Fires EditingStopped event. |
abstract Object | getCellEditorValue()Returns value of this editor. |
boolean | isCellEditable(EventObject eventobject)Checks whether it is possible to editor this cell. |
void | removeCellEditorListener(CellEditorListener celleditorlistener)Removes cell editor listener. |
boolean | shouldSelectCell(EventObject eventobject) |
boolean | stopCellEditing()Stops cell editing. |
| Field Detail |
protected ChangeEvent changeEvent
protected EventListenerList listenerList
| Constructor Detail |
public AbstractCellEditor()
| Method Detail |
public void addCellEditorListener(CellEditorListener celleditorlistener)
public void cancelCellEditing()
protected void fireEditingCanceled()
protected void fireEditingStopped()
public abstract Object getCellEditorValue()
public boolean isCellEditable(EventObject eventobject)
public void removeCellEditorListener(CellEditorListener celleditorlistener)
public boolean shouldSelectCell(EventObject eventobject)
public boolean stopCellEditing()
| Association Links |
to Class javax.swing.event.ChangeEvent
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||