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

Packages that use JGrid
net.sf.jeppers.grid   
net.sf.jeppers.grid.print   
 

Uses of JGrid in net.sf.jeppers.grid
 

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

Methods in net.sf.jeppers.grid that return JGrid
 JGrid JGrid.cloneView()
           
 

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

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

Uses of JGrid in net.sf.jeppers.grid.print
 

Constructors in net.sf.jeppers.grid.print with parameters of type JGrid
SimpleGridPrinter(JGrid grid)
           
FitToSinglePageGridPrinter(JGrid grid)
          Fit grid to pageRows * pageCols
FitToPagesGridPrinter(JGrid grid, int pageRows, int pageCols)