Uses of Class
com.eliad.model.StyleModelEvent

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

Methods in com.eliad.model with parameters of type StyleModelEvent
 void StyleModelListener.styleModelChanged(StyleModelEvent e)
          Tells listeners that the model was changed.
 void StyleModelListener.styleStructureChanged(StyleModelEvent e)
          Tells listeners that new renderers are known or that old renderers were forgotten.
 void StyleModelListener.styleDataChanged(StyleModelEvent e)
          Tells listeners that the renderers to be used for some cells were changed
 

Uses of StyleModelEvent in com.eliad.swing
 

Methods in com.eliad.swing with parameters of type StyleModelEvent
 void JSmartGrid.styleModelChanged(StyleModelEvent e)
          Tells listeners that the model was changed.
 void JSmartGrid.styleStructureChanged(StyleModelEvent e)
          Called when new renderer/editors are registered or when renderer/editors are forgotten
 void JSmartGrid.styleDataChanged(StyleModelEvent e)
          Tells listeners that the renderer model was changed.