|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleModel | |
net.sf.jeppers.grid |
Uses of StyleModel in net.sf.jeppers.grid |
Classes in net.sf.jeppers.grid that implement StyleModel | |
class |
AbstractStyleModel
A base for StyleModel that provides handling of listeners. |
class |
DefaultStyleModel
Default implementation of StyleModel that uses a Map
between class types and editors / renderers. |
Methods in net.sf.jeppers.grid that return StyleModel | |
StyleModel |
JGrid.getStyleModel()
|
Methods in net.sf.jeppers.grid with parameters of type StyleModel | |
void |
JGrid.setStyleModel(StyleModel model)
|
Constructors in net.sf.jeppers.grid with parameters of type StyleModel | |
StyleModelEvent(StyleModel source,
int type)
Construct new Event corresponding to a change in a StyleModel . |
|
StyleModelEvent(StyleModel source,
int type,
int firstRow,
int firstColumn,
int lastRow,
int lastColumn)
Construct new Event corresponding to a change in a StyleModel . |
|
JGrid(GridModel gridModel,
SpanModel spanModel,
StyleModel styleModel)
|
|
JGrid(GridModel gridModel,
SpanModel spanModel,
StyleModel styleModel,
RulerModel rowModel,
RulerModel columnModel,
SelectionModel selectionModel)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |