Uses of Interface
com.eliad.model.GridSelectionListener

Packages that use GridSelectionListener
com.eliad.model This package contains the models needed by the grid component.  
com.eliad.swing This is the main package of the grid component. 
 

Uses of GridSelectionListener in com.eliad.model
 

Methods in com.eliad.model with parameters of type GridSelectionListener
 void AbstractGridSelectionModel.addGridSelectionListener(GridSelectionListener l)
          Adds a listener to the list that's notified each time a change to the selection model occurs.
 void AbstractGridSelectionModel.removeGridSelectionListener(GridSelectionListener l)
          Removes a listener from the list that's notified each time a change to the selection model occurs.
 void GridSelectionModel.addGridSelectionListener(GridSelectionListener l)
          Adds a listener to the list that's notified each time a change to the selection model occurs.
 void GridSelectionModel.removeGridSelectionListener(GridSelectionListener l)
          Removes a listener from the list that's notified each time a change to the selection model occurs.
 

Uses of GridSelectionListener in com.eliad.swing
 

Classes in com.eliad.swing that implement GridSelectionListener
 class AccessibleGrid
          The class used to obtain the accessible role for this object.
 class JSmartGrid
          The JSmartGrid is a JComponent where grid-oriented data can be displayed.
 class JSmartGridHeader
          A variant of a JSmartGrid suitable as a header for a "normal" grid.