Uses of Interface
com.quadrique.jbuildingblocks.gui.SelectionListener

Uses of SelectionListener in com.quadrique.jbuildingblocks.gui
 

Classes in com.quadrique.jbuildingblocks.gui that implement SelectionListener
 class TableActions
          This class is used to hold a set of table actions.
 

Methods in com.quadrique.jbuildingblocks.gui with parameters of type SelectionListener
 void SelectionHandler.addListener(SelectionListener zListener)
          Call this method to register and to be notiifed of selection changes
 void Table.addSelectionListener(SelectionListener zListener)
          Call this method to receive a SelectionEvent whenever a new selection is perfomed in this component
 void SelectionHandler.removeListener(SelectionListener zListener)
          Call this method to remove a previously registered listener
 void Table.removeSelectionListener(SelectionListener zListener)
          Call this method to remove a previously registered listener
 



Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.