Uses of Interface
com.eliad.util.RulerConstants

Packages that use RulerConstants
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 RulerConstants in com.eliad.model
 

Subinterfaces of RulerConstants in com.eliad.model
 interface GridSelectionModel
          A model for the selection of cells inside a grid.
 interface RulerModel
          This interface captures the model for handling a component that can be segmented along the horizontal or vertical axis, with each segment size being separately tunable.
 

Classes in com.eliad.model that implement RulerConstants
 class AbstractGridSelectionModel
          Base implementation of handling listeners for GridSelectionModel.
 class AbstractRulerModel
          An extension of the RulerModel interface that provides basic listener handling.
 

Uses of RulerConstants in com.eliad.model.defaults
 

Classes in com.eliad.model.defaults that implement RulerConstants
 class BasicRulerModel
          A concrete implementation of the RulerModel interface based on the AbstractRulerModel helper class.
 class DefaultRulerModel
          A full implementation of the RulerModel interface.
 

Uses of RulerConstants in com.eliad.swing
 

Classes in com.eliad.swing that implement RulerConstants
 class BasicGridHeaderUI
          Basic GridHeaderUI implementation.
 class BasicGridUI
          Basic GridUI implementation.
 class JSmartGrid
          The JSmartGrid is a JComponent where grid-oriented data can be displayed.
 class JSmartGridHeader
          A variant of a JSmartGrid suitable as a header for a "normal" grid.