net.aerith.misao.gui.table
Class SortableCheckTable.CheckListener

java.lang.Object
  |
  +--net.aerith.misao.gui.table.SortableCheckTable.CheckListener
Enclosing class:
SortableCheckTable

protected class SortableCheckTable.CheckListener
extends java.lang.Object
implements javax.swing.event.CellEditorListener

The CheckListener is a listener class of checkbox status change.


Constructor Summary
protected SortableCheckTable.CheckListener()
           
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent e)
          This tells the listeners the editor has canceled editing.
 void editingStopped(javax.swing.event.ChangeEvent e)
          This tells the listeners the editor has ended editing.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SortableCheckTable.CheckListener

protected SortableCheckTable.CheckListener()
Method Detail

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has ended editing.
Specified by:
editingStopped in interface javax.swing.event.CellEditorListener
Parameters:
e - the event.

editingCanceled

public void editingCanceled(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has canceled editing.
Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener
Parameters:
e - the event.