Uses of Interface
de.kupzog.ktable.KTableCellSelectionListener

Packages that use KTableCellSelectionListener
de.kupzog.ktable   
 

Uses of KTableCellSelectionListener in de.kupzog.ktable
 

Classes in de.kupzog.ktable that implement KTableCellSelectionListener
 class KTableCellSelectionAdapter
           
 class KTableSortOnClick
          This class provides the code that makes the table sort when the user clicks on the table header.
 

Methods in de.kupzog.ktable with parameters of type KTableCellSelectionListener
 void KTable.addCellSelectionListener(KTableCellSelectionListener listener)
          Adds a listener that is notified when a cell is selected.
 boolean KTable.removeCellSelectionListener(KTableCellSelectionListener listener)
          Removes the listener if present.