Uses of Interface
com.eliad.model.GridModelListener

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

Subinterfaces of GridModelListener in com.eliad.model
 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 GridModelListener
 class AbstractRulerModel
          An extension of the RulerModel interface that provides basic listener handling.
 class GenericCollectionSpanModel
          An implementation of an extensional, freely updatable SpanModel, stored by "row buckets".
 

Methods in com.eliad.model with parameters of type GridModelListener
 void AbstractGridModel.addGridModelListener(GridModelListener l)
          Adds a listener to the list that's notified each time a change to the data model occurs.
 void AbstractGridModel.removeGridModelListener(GridModelListener l)
          Removes a listener from the list that's notified each time a change to the data model occurs.
 void GridModel.addGridModelListener(GridModelListener l)
          Adds a listener to the list that's notified each time a change to the data model occurs.
 void GridModel.removeGridModelListener(GridModelListener l)
          Removes a listener from the list that's notified each time a change to the data model occurs.
 

Uses of GridModelListener in com.eliad.model.defaults
 

Classes in com.eliad.model.defaults that implement GridModelListener
 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 GridModelListener in com.eliad.swing
 

Classes in com.eliad.swing that implement GridModelListener
 class AccessibleGrid
          The class used to obtain the accessible role for this object.
 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.