|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Fields in net.sf.jeppers.grid declared as SpanModel | |
protected SpanModel |
JGrid.spanModel
|
Methods in net.sf.jeppers.grid that return SpanModel | |
SpanModel |
JGrid.getSpanModel()
|
Methods in net.sf.jeppers.grid with parameters of type SpanModel | |
protected void |
JGrid.create(GridModel gridModel,
SpanModel spanModel,
StyleModel styleModel,
RulerModel rowModel,
RulerModel columnModel,
SelectionModel selectionModel)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |