|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RulerModel in net.sf.jeppers.grid |
Classes in net.sf.jeppers.grid that implement RulerModel | |
class |
AbstractRulerModel
A base for RulerModel that provides handling of listeners. |
class |
DefaultRulerModel
Default implementation of RulerModel . |
Fields in net.sf.jeppers.grid declared as RulerModel | |
protected RulerModel |
JGrid.rowModel
|
protected RulerModel |
JGrid.columnModel
|
Methods in net.sf.jeppers.grid that return RulerModel | |
RulerModel |
JGrid.getRowModel()
|
RulerModel |
JGrid.getColumnModel()
|
Methods in net.sf.jeppers.grid with parameters of type RulerModel | |
protected void |
JGrid.create(GridModel gridModel,
SpanModel spanModel,
StyleModel styleModel,
RulerModel rowModel,
RulerModel columnModel,
SelectionModel selectionModel)
|
protected void |
JGrid.create(GridModel gridModel,
SpanModel spanModel,
StyleModel styleModel,
RulerModel rowModel,
RulerModel columnModel,
SelectionModel selectionModel)
|
Constructors in net.sf.jeppers.grid with parameters of type RulerModel | |
RulerModelEvent(RulerModel source,
int firstIndex,
int lastIndex)
The entries in the range [firstIndex, lastIndex] have
been changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |