Uses of Interface
com.eliad.model.StyleModelListener

Packages that use StyleModelListener
com.eliad.model This package contains the models needed by the grid component.  
com.eliad.swing This is the main package of the grid component. 
 

Uses of StyleModelListener in com.eliad.model
 

Methods in com.eliad.model with parameters of type StyleModelListener
 void StyleModel.addStyleModelListener(StyleModelListener l)
          Adds a listener to the list that is notified each time a change to the style model occurs.
 void StyleModel.removeStyleModelListener(StyleModelListener l)
          Removes a listener from the list that is notified each time a change to the style model occurs.
 void AbstractStyleModel.addStyleModelListener(StyleModelListener l)
          Adds a listener to the list that is notified each time a change to the style model occurs.
 void AbstractStyleModel.removeStyleModelListener(StyleModelListener l)
          Removes a listener from the list that is notified each time a change to the style model occurs.
 

Uses of StyleModelListener in com.eliad.swing
 

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