com.alee.utils.swing
Class CellEditorAdapter

java.lang.Object
  extended by com.alee.utils.swing.CellEditorAdapter
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.CellEditorListener

public abstract class CellEditorAdapter
extends java.lang.Object
implements javax.swing.event.CellEditorListener

Adapter class for Swing CellEditorListener.

Author:
Mikle Garin

Constructor Summary
CellEditorAdapter()
           
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent e)
          
 void editingStopped(javax.swing.event.ChangeEvent e)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellEditorAdapter

public CellEditorAdapter()
Method Detail

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent e)

Specified by:
editingStopped in interface javax.swing.event.CellEditorListener

editingCanceled

public void editingCanceled(javax.swing.event.ChangeEvent e)

Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener