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

Packages that use SpanModel
net.sf.jeppers.grid   
 

Uses of SpanModel in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement SpanModel
 class AbstractSpanModel
          A base for SpanModel that provides handling of listeners.
 class DefaultSpanModel
          Default implementation of SpanModel.
 

Methods in net.sf.jeppers.grid that return SpanModel
 SpanModel JGrid.getSpanModel()
           
 

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

Constructors in net.sf.jeppers.grid with parameters of type SpanModel
SpanModelEvent(SpanModel source, int type, int anchorRow, int anchorColumn, int oldRowCount, int oldColumnCount, int newRowCount, int newColumnCount)
          Constructs a new event for a change to a SpanModel
JGrid(GridModel gridModel, SpanModel spanModel, StyleModel styleModel)
           
JGrid(GridModel gridModel, SpanModel spanModel, StyleModel styleModel, RulerModel rowModel, RulerModel columnModel, SelectionModel selectionModel)