Uses of Interface
net.sf.jeppers.grid.GridCellEditor

Uses of GridCellEditor in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement GridCellEditor
 class GenericCellEditor
          Generic implementation of GridCellEditor that uses the toString method.
 

Fields in net.sf.jeppers.grid declared as GridCellEditor
protected  GridCellEditor JGrid.cellEditor
          The object that overwrites the screen real estate occupied by the current cell and allows the user to change its contents.
 

Methods in net.sf.jeppers.grid that return GridCellEditor
 GridCellEditor DefaultStyleModel.getEditor(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.
 GridCellEditor JGrid.getCellEditor(int row, int column)
           
 GridCellEditor JGrid.getCurrentCellEditor()
          Return the current cell editor
 

Methods in net.sf.jeppers.grid with parameters of type GridCellEditor
 void DefaultStyleModel.setEditor(Class clazz, GridCellEditor editor)
           
 Component JGrid.prepareEditor(GridCellEditor editor, int row, int column)
          Prepares the editor for cell(row, column)