Uses of Interface
com.eliad.model.GridCellEditor

Packages that use GridCellEditor
com.eliad.model This package contains the models needed by the grid component.  
com.eliad.model.defaults This package contains default implementations for the interfaces and abstract classes in com.eliad.model.  
com.eliad.swing This is the main package of the grid component. 
 

Uses of GridCellEditor in com.eliad.model
 

Methods in com.eliad.model that return GridCellEditor
 GridCellEditor StyleModel.getEditor(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate editor for the cell specified by this row and column.
 

Uses of GridCellEditor in com.eliad.model.defaults
 

Classes in com.eliad.model.defaults that implement GridCellEditor
 class DefaultGridCellEditor
          The default editor for a GridCellEditor and DefaultStyleModel.
static class DefaultStyleModel.BooleanEditor
          A specific editor for truth values
static class DefaultStyleModel.GenericEditor
          A generic editor usable with most basic data types.
static class DefaultStyleModel.NumberEditor
          A variant, adapted for numeric entry
 

Methods in com.eliad.model.defaults that return GridCellEditor
 GridCellEditor DefaultStyleModel.getEditor(java.lang.Class clazz)
          Returns the editor to be used by default.
 GridCellEditor DefaultStyleModel.getEditor(java.lang.Class aClass, int row, int column, GridContext aGridContext)
          Returns an appropriate editor for the cell specified by this row and column.
 

Methods in com.eliad.model.defaults with parameters of type GridCellEditor
 void DefaultStyleModel.setEditor(java.lang.Class clazz, GridCellEditor editor)
          Sets a default cell editor.
 

Uses of GridCellEditor in com.eliad.swing
 

Methods in com.eliad.swing that return GridCellEditor
 GridCellEditor JSmartGrid.getCurrentCellEditor()
          Returns the cell editor.