|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCellEditor | |
net.sf.jeppers.grid |
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. |
Methods in net.sf.jeppers.grid that return GridCellEditor | |
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. |
GridCellEditor |
JGrid.getCellEditor(int row,
int column)
|
GridCellEditor |
JGrid.getCurrentCellEditor()
Return the current cell editor |
GridCellEditor |
DefaultStyleModel.getEditor(java.lang.Class aClass,
int row,
int column,
JGrid grid)
|
Methods in net.sf.jeppers.grid with parameters of type GridCellEditor | |
java.awt.Component |
JGrid.prepareEditor(GridCellEditor editor,
int row,
int column)
Prepares the editor for cell(row, column) |
void |
DefaultStyleModel.setEditor(java.lang.Class clazz,
GridCellEditor editor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |