|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleModel | |
| com.eliad.model | This package contains the models needed by the grid component. |
| com.eliad.model.defaults | This package contains default implementations for the interfaces and abstract classes in com.eliad.model. |
| com.eliad.swing | This is the main package of the grid component. |
| Uses of StyleModel in com.eliad.model |
| Classes in com.eliad.model that implement StyleModel | |
class |
AbstractStyleModel
This abstract class provides default implementations for most of the methods in the StyleModel interface. |
| Methods in com.eliad.model that return StyleModel | |
StyleModel |
AbstractGridContext.getStyleModel()
Returns the style model which was used to obtain the renderer or editor which will use this GridContext. |
StyleModel |
GridContext.getStyleModel()
Returns the style model which was used to obtain the renderer or editor which will use this GridContext. |
| Constructors in com.eliad.model with parameters of type StyleModel | |
StyleModelEvent.StyleModelEvent(StyleModel source,
int type,
int firstRow,
int firstColumn,
int rowCount,
int columnCount)
|
|
| Uses of StyleModel in com.eliad.model.defaults |
| Classes in com.eliad.model.defaults that implement StyleModel | |
class |
DefaultStyleModel
The DefaultStyleModel furnishes a way to manage a StyleModel
which provides Editors and/or Renderers for cells or spans based on the class of the value.
|
| Uses of StyleModel in com.eliad.swing |
| Methods in com.eliad.swing that return StyleModel | |
StyleModel |
JSmartGrid.getStyleModel()
Returns the style model associated with this JSmartGrid. |
| Methods in com.eliad.swing with parameters of type StyleModel | |
void |
JSmartGrid.setStyleModel(StyleModel styleModel)
Sets the style model associated with this JSmartGrid. |
protected static javax.swing.JComponent |
JSmartGrid.createHeader(JSmartGrid mainGrid,
int orientation,
GridModel gm,
SpanModel sm,
StyleModel uim)
Creates the preferred header for a JSmartGrid with specific GridModel, SpanModel and StyleModel. |
| Constructors in com.eliad.swing with parameters of type StyleModel | |
JSmartGrid.JSmartGrid(GridModel model,
SpanModel spanModel,
StyleModel styleModel)
Constructs a JSmartGrid with a given GridModel,
a given SpanModel, and a given StyleModel. |
|
JSmartGridHeader.JSmartGridHeader(GridModel gm,
SpanModel sm,
StyleModel uim)
This constructor is needed to realize the normal construction of the superclass JSmartGrid
with the following models: a GridModel, a SpanModel and a StyleModel. |
|
JSmartGridHeader.JSmartGridHeader(JSmartGrid parent,
int orientation,
GridModel gm,
SpanModel sm,
StyleModel uim)
Constructs a JSmartGridHeader with a given JSmartGrid as the main grid,
with a given orientation, with the models: a GridModel, a SpanModel
and a StyleModel |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||