Uses of Interface
net.sf.jeppers.grid.SelectionModel

Uses of SelectionModel in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement SelectionModel
 class AbstractSelectionModel
          A base for SelectionModel that provides handling of listeners.
 class DefaultSelectionModel
          Default implementation of SelectionModel.
 

Fields in net.sf.jeppers.grid declared as SelectionModel
protected  SelectionModel JGrid.selectionModel
           
 

Methods in net.sf.jeppers.grid that return SelectionModel
 SelectionModel JGrid.getSelectionModel()
           
 

Methods in net.sf.jeppers.grid with parameters of type SelectionModel
protected  void JGrid.create(GridModel gridModel, SpanModel spanModel, StyleModel styleModel, RulerModel rowModel, RulerModel columnModel, SelectionModel selectionModel)
           
 void JGrid.setSelectionModel(SelectionModel model)
           
 

Constructors in net.sf.jeppers.grid with parameters of type SelectionModel
SelectionModelEvent(SelectionModel source, boolean isAdjusting)
          Represents a change in selection status