| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GridCellEditor in net.sf.jeppers.grid | 
| Classes in net.sf.jeppers.grid that implement GridCellEditor | |
|  class | GenericCellEditorGeneric implementation of GridCellEditorthat uses thetoStringmethod. | 
| Fields in net.sf.jeppers.grid declared as GridCellEditor | |
| protected  GridCellEditor | JGrid.cellEditorThe 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||