|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.grid.JideCellEditorAdapter
public class JideCellEditorAdapter
JideCellEditorAdapter
is the default implementation for
JideCellEditorListener
so that you don't
have to implement all the methods on the listener.
Constructor Summary | |
---|---|
JideCellEditorAdapter()
|
Method Summary | |
---|---|
void |
editingCanceled(ChangeEvent e)
|
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. |
void |
editingStopped(ChangeEvent e)
|
boolean |
editingStopping(ChangeEvent e)
This tells the listeners the editor is about to stop. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JideCellEditorAdapter()
Method Detail |
---|
public boolean editingStarting(ChangeEvent e)
JideCellEditorListener
editingStarting
in interface JideCellEditorListener
e
- the CellChangeEvent
public void editingStarted(ChangeEvent e)
JideCellEditorListener
editingStarted
in interface JideCellEditorListener
e
- the CellChangeEventpublic boolean editingStopping(ChangeEvent e)
JideCellEditorListener
editingStopping
in interface JideCellEditorListener
e
- the CellChangeEvent
public void editingStopped(ChangeEvent e)
editingStopped
in interface CellEditorListener
public void editingCanceled(ChangeEvent e)
editingCanceled
in interface CellEditorListener
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |