Uses of Class
com.eliad.model.SpanModelEvent

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

Methods in com.eliad.model with parameters of type SpanModelEvent
protected  void AbstractSpanModel.propagateDataChange(SpanModelEvent e)
          Implements the mechanism thats fires an event-oriented data change.
protected  void AbstractSpanModel.propagateModelChange(SpanModelEvent e)
          Implements the mechanism that fires an event-oriented model change.
protected  void AbstractSpanModel.propagateStructureChange(SpanModelEvent e)
          this method implements the mechanism to fire a event oriented structure changed.
 void SpanModelListener.spanModelChanged(SpanModelEvent e)
          Called whenever the span model changes globally.
 void SpanModelListener.spanStructureChanged(SpanModelEvent e)
          Called when the shape of the underlying data model is modified (rows or columns inserted or removed).
 void SpanModelListener.spanDataChanged(SpanModelEvent e)
          Called when a span is modified, added or removed.
 

Uses of SpanModelEvent in com.eliad.swing
 

Methods in com.eliad.swing with parameters of type SpanModelEvent
 void JSmartGrid.spanStructureChanged(SpanModelEvent e)
          Call-back from the SpanModel after the underlying model shape is changed.
 void JSmartGrid.spanDataChanged(SpanModelEvent e)
          Call-back from the SpanModel after spans are modified, added or removed.
 void JSmartGrid.spanModelChanged(SpanModelEvent e)
          Call-back from the SpanModel after all the span information changes.