|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JideCellEditorListener
JideCellEditorListener
extends CellEditorListener
to add
additional methods for cell editor changes.
Method Summary | |
---|---|
void |
editingStarted(ChangeEvent e)
This tells the listeners the editor has started to edit. |
boolean |
editingStarting(ChangeEvent e)
This tells the listeners the editor is about to start editing. |
boolean |
editingStopping(ChangeEvent e)
This tells the listeners the editor is about to stop. |
Methods inherited from interface javax.swing.event.CellEditorListener |
---|
editingCanceled, editingStopped |
Method Detail |
---|
boolean editingStarting(ChangeEvent e)
e
- the CellChangeEvent
void editingStarted(ChangeEvent e)
e
- the CellChangeEventboolean editingStopping(ChangeEvent e)
e
- the CellChangeEvent
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |