Uses of Interface
com.eliad.model.GridContext

Packages that use GridContext
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 GridContext in com.eliad.model
 

Classes in com.eliad.model that implement GridContext
 class AbstractGridContext
          This abstract class provides default implementations for some of the methods in the GridContext.
 

Methods in com.eliad.model with parameters of type GridContext
 java.awt.Component GridCellEditor.getComponent(java.lang.Object value, boolean isSelected, int row, int column, GridContext gridContext)
          Returns the Component used for editing the cell or span of the Value according to the GridContext.
 java.awt.Component GridCellRenderer.getComponent(java.lang.Object value, boolean hasFocus, boolean isSelected, boolean isEditable, int row, int column, GridContext gridContext)
          Returns the Component used for drawing the cell or span of the Value according to the GridContext.
 GridCellRenderer StyleModel.getRenderer(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate renderer for the cell specified by this row and column.
 GridCellEditor StyleModel.getEditor(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate editor for the cell specified by this row and column.
 

Uses of GridContext in com.eliad.model.defaults
 

Methods in com.eliad.model.defaults with parameters of type GridContext
 java.awt.Component DefaultGridCellEditor.getComponent(java.lang.Object value, boolean isSelected, int row, int column, GridContext gridContext)
           
 java.awt.Component DefaultGridCellRenderer.getComponent(java.lang.Object value, boolean isSelected, boolean hasFocus, boolean isEditable, int row, int column, GridContext context)
          Returns the grid cell renderer for a given cell.
 GridCellRenderer DefaultStyleModel.getRenderer(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate renderer for the cell specified by this row and column.
 GridCellEditor DefaultStyleModel.getEditor(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate editor for the cell specified by this row and column.
 java.awt.Component DefaultStyleModel.GenericEditor.getComponent(java.lang.Object value, boolean isSelected, int row, int column, GridContext gridContext)
           
 java.awt.Component DefaultStyleModel.BooleanEditor.getComponent(java.lang.Object value, boolean isSelected, int row, int column, GridContext gridContext)
           
 java.awt.Component DefaultStyleModel.BooleanRenderer.getComponent(java.lang.Object value, boolean hasFocus, boolean isSelected, boolean isEditable, int row, int column, GridContext context)
           
 

Uses of GridContext in com.eliad.swing
 

Methods in com.eliad.swing that return GridContext
protected  GridContext JSmartGrid.getRendererContext(int row, int column, int height, int width, java.lang.Object identifier)
          Returns the JSmartGrid viewed as a GridContext for a given cell