Package com.eliad.model.defaults

This package contains default implementations for the interfaces and abstract classes in com.eliad.model.

See:
          Description

Class Summary
BasicRulerModel A concrete implementation of the RulerModel interface based on the AbstractRulerModel helper class.
DefaultGridCellEditor The default editor for a GridCellEditor and DefaultStyleModel.
DefaultGridCellRenderer The standard class for rendering (drawing) individual cells or spans in a grid (in particular JSmartGrids).
DefaultGridCellRenderer.UIResource A subclass of DefaultGridCellRenderer that implements UIResource.
DefaultRulerModel A full implementation of the RulerModel interface.
DefaultStyleModel The DefaultStyleModel furnishes a way to manage a StyleModel which provides Editors and/or Renderers for cells or spans based on the class of the value.
DefaultStyleModel.BooleanEditor A specific editor for truth values
DefaultStyleModel.BooleanRenderer A specific renderer for truth values
DefaultStyleModel.DateRenderer A Renderer specialized for date cells.
DefaultStyleModel.DoubleRenderer A Renderer further specialized for precision numeric cells.
DefaultStyleModel.GenericEditor A generic editor usable with most basic data types.
DefaultStyleModel.IconRenderer A Renderer specialized for image cells.
DefaultStyleModel.NumberEditor A variant, adapted for numeric entry
DefaultStyleModel.NumberRenderer A Renderer specialized for numeric cells.
DefaultStyleModel.ProxyLazyValue Variant of UIDefaults.ProxyLazyValue that allows you to specify a class loader.
RulerManager.Factory  
RulerSizeManager.Factory A factory to create default ruler size manager objects.
 

Package com.eliad.model.defaults Description

This package contains default implementations for the interfaces and abstract classes in com.eliad.model. It depends on this package and on com.eliad.util.