Uses of Interface
com.eliad.model.GridModel

Packages that use GridModel
com.eliad.model This package contains the models needed by the grid component.  
com.eliad.swing This is the main package of the grid component. 
 

Uses of GridModel in com.eliad.model
 

Classes in com.eliad.model that implement GridModel
 class AbstractGridModel
          This abstract class provides default implementations for most of the methods in the GridModel interface.
 class GenericGridModel
          This is an implementation of GridModel that uses a Vector of Vectors to store the cell value objects.
 

Constructors in com.eliad.model with parameters of type GridModel
GridModelEvent.GridModelEvent(GridModel source, int type, int firstRow, int firstColumn, int rowCount, int columnCount)
           
 

Uses of GridModel in com.eliad.swing
 

Classes in com.eliad.swing that implement GridModel
 class DefaultHeaderModel
          This is an implementation of GridModel that is suitable for a grid header.
 

Methods in com.eliad.swing that return GridModel
 GridModel JSmartGrid.getModel()
          Returns the data model associated with this JSmartGrid.
 

Methods in com.eliad.swing with parameters of type GridModel
 void JSmartGrid.setModel(GridModel model)
          Sets the data model associated with this JSmartGrid.
protected  javax.swing.JComponent JSmartGrid.createTopLeft(JSmartGrid rowHeader, RulerModel rowHeaderHorizontalRuler, GridModel rhm, JSmartGrid columnHeader, RulerModel columnHeaderVerticalRuler, GridModel chm)
          Creates a default top left corner component for this grid.
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 GridModel
JSmartGrid.JSmartGrid(GridModel model, SpanModel spanModel, StyleModel styleModel)
          Constructs a JSmartGrid with a given GridModel, a given SpanModel, and a given StyleModel.
JSmartGrid.JSmartGrid(GridModel model, SpanModel spanModel)
          Constructs a JSmartGrid with a given GridModel, a given SpanModel, and a default StyleModel.
JSmartGrid.JSmartGrid(GridModel model)
          Constructs a JSmartGrid with a given GridModel, a null SpanModel, and a default 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