Uses of Class
net.sf.jeppers.grid.JGrid

Uses of JGrid in net.sf.jeppers.grid
 

Subclasses of JGrid in net.sf.jeppers.grid
 class JGridHeader
           
 

Fields in net.sf.jeppers.grid declared as JGrid
protected  JGrid BasicGridHeaderUI.gridHeader
           
protected  JGrid BasicGridUI.grid
           
 

Methods in net.sf.jeppers.grid with parameters of type JGrid
 Component GenericCellEditor.getEditorComponent(int row, int column, Object value, CellStyle style, boolean isSelected, JGrid grid)
           
 Component GridCellRenderer.getRendererComponent(int row, int column, Object value, CellStyle style, boolean isSelected, boolean hasFocus, JGrid grid)
          Returns the component used for drawing the cell.
 Component GridCellEditor.getEditorComponent(int row, int column, Object value, CellStyle style, boolean isSelected, JGrid grid)
          Sets an initial value for the editor.
 Component GenericCellRenderer.getRendererComponent(int row, int column, Object value, CellStyle style, boolean isSelected, boolean hasFocus, JGrid grid)
           
 GridCellEditor DefaultStyleModel.getEditor(Class aClass, int row, int column, JGrid grid)
           
 GridCellRenderer DefaultStyleModel.getRenderer(Class aClass, int row, int column, JGrid grid)
           
 GridCellEditor StyleModel.getEditor(Class aClass, int row, int column, JGrid grid)
          Returns an appropriate editor for the cell specified by this row and column.
 GridCellRenderer StyleModel.getRenderer(Class aClass, int row, int column, JGrid grid)
          Returns an appropriate renderer for the cell specified by this row and column.
 

Constructors in net.sf.jeppers.grid with parameters of type JGrid
GridRepaintManager(JGrid grid)
           
JScrollGrid(JGrid grid)
           
JGridHeader(JGrid viewport, int orientation)