|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 JideCellEditorListenere - the CellChangeEvent
public void editingStarted(ChangeEvent e)
JideCellEditorListener
editingStarted in interface JideCellEditorListenere - the CellChangeEventpublic boolean editingStopping(ChangeEvent e)
JideCellEditorListener
editingStopping in interface JideCellEditorListenere - the CellChangeEvent
public void editingStopped(ChangeEvent e)
editingStopped in interface CellEditorListenerpublic 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 | ||||||||