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

Packages that use GridModel
net.sf.jeppers.grid   
 

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 is backed by arrays.
 class SparseGridModel
          This is an implementation of GridModel that uses a Map of cell points to the cell object values.
 

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

Methods in net.sf.jeppers.grid with parameters of type GridModel
 void JGrid.setGridModel(GridModel model)
           
 

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