Uses of Interface
de.jaret.util.ui.table.model.ITableFocusListener

Packages that use ITableFocusListener
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
 

Uses of ITableFocusListener in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table with type parameters of type ITableFocusListener
protected  java.util.List<ITableFocusListener> JaretTable._tableFocusListeners
          Listz of listeners interested in changes of the focussed cell.
 

Methods in de.jaret.util.ui.table with parameters of type ITableFocusListener
 void JaretTable.addTableFocusListener(ITableFocusListener tfl)
          Add a listener to listen for focus changes in the table (focussed cell).
 void JaretTable.remTableFocusListener(ITableFocusListener tfl)
          Remove a registered listener.
 



Copyright © 2012. All Rights Reserved.