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

Uses of GridModel in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement GridModel
 class AbstractGridModel
          This abstract class provides default implementations for most of the methods in the GridModel interface.
 class DefaultGridModel
          This is an implementation of GridModel that uses a Map of cell points to the cell object values.
 

Fields in net.sf.jeppers.grid declared as GridModel
protected  GridModel JGrid.gridModel
           
 

Methods in net.sf.jeppers.grid that return GridModel
 GridModel JGrid.getGridModel()
           
 

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

Constructors in net.sf.jeppers.grid with parameters of type GridModel
GridModelEvent(GridModel source, int type, int firstRow, int firstColumn, int lastRow, int lastColumn)
          Creates a new instance of GridModelEvent
JGrid(GridModel gridModel, SpanModel spanModel, StyleModel styleModel)