Uses of Interface
com.eliad.model.GridSelectionModel

Packages that use GridSelectionModel
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 GridSelectionModel in com.eliad.model
 

Classes in com.eliad.model that implement GridSelectionModel
 class AbstractGridSelectionModel
          Base implementation of handling listeners for GridSelectionModel.
 

Methods in com.eliad.model that return GridSelectionModel
static GridSelectionModel GridSelectionModel.Factory.createDefault()
          Creates a default implementation.
 

Constructors in com.eliad.model with parameters of type GridSelectionModel
GridSelectionEvent.GridSelectionEvent(GridSelectionModel source, int type, int firstRow, int firstColumn, int lastRow, int lastColumn, boolean isAdjusting)
          Represents a change in selection status within atleast one of the cells in the range.
 

Uses of GridSelectionModel in com.eliad.swing
 

Methods in com.eliad.swing that return GridSelectionModel
 GridSelectionModel JSmartGrid.getSelectionModel()
          Returns the selection model associated with this JSmartGrid.
 

Methods in com.eliad.swing with parameters of type GridSelectionModel
 void JSmartGrid.setSelectionModel(GridSelectionModel model)
          Associates a new selection model with this JSmartGrid.