Diamond Control Suite 3.0

diamondedge.swing.grid
Interface GridEditorListener

All Superinterfaces:
EventListener

public interface GridEditorListener
extends EventListener


Method Summary
 void editingCanceled(GridEditorEvent e)
          Invoked when editing is canceled.
 void editingStarted(GridEditorEvent e)
          Invoked when editing is starting prior to the editor being created.
 void editingStopped(GridEditorEvent e)
          Invoked when editing is finished.
 void editingValidate(GridEditorEvent e)
          Invoked when editing is finished but prior to saving the value to the cell.
 

Method Detail

editingStarted

void editingStarted(GridEditorEvent e)
Invoked when editing is starting prior to the editor being created. If the event is canceled then no editing will occur.


editingValidate

void editingValidate(GridEditorEvent e)
Invoked when editing is finished but prior to saving the value to the cell. If the event is canceled then editing will not be stopped and the editor will still be visible.


editingStopped

void editingStopped(GridEditorEvent e)
Invoked when editing is finished. The changes are saved and the editor is discarded.


editingCanceled

void editingCanceled(GridEditorEvent e)
Invoked when editing is canceled. The editor object is discarded and the cell is rendered once again.


Diamond Control Suite 3.0

Diamond Edge and Diamond Control Suite are trademarks or registered trademarks of Diamond Edge, Inc. Copyright 1999-2005 Diamond Edge, Inc. All Rights Reserved.