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

Uses of StyleModel in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement StyleModel
 class AbstractStyleModel
          A base for StyleModel that provides handling of listeners.
 class DefaultStyleModel
          Default implementation of StyleModel that uses a Map between class types and editors / renderers.
 

Fields in net.sf.jeppers.grid declared as StyleModel
protected  StyleModel JGrid.styleModel
           
 

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

Methods in net.sf.jeppers.grid with parameters of type StyleModel
protected  void JGrid.create(GridModel gridModel, SpanModel spanModel, StyleModel styleModel, RulerModel rowModel, RulerModel columnModel, SelectionModel selectionModel)
           
 void JGrid.setStyleModel(StyleModel model)
           
 

Constructors in net.sf.jeppers.grid with parameters of type StyleModel
JGrid(GridModel gridModel, SpanModel spanModel, StyleModel styleModel)
           
StyleModelEvent(StyleModel source, int type)
          Construct new Event corresponding to a change in a StyleModel.
StyleModelEvent(StyleModel source, int type, int firstRow, int firstColumn, int lastRow, int lastColumn)
          Construct new Event corresponding to a change in a StyleModel.