Uses of Interface
com.eliad.model.SpanModelListener

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

Methods in com.eliad.model with parameters of type SpanModelListener
 void AbstractSpanModel.addSpanModelListener(SpanModelListener l)
          Adds a listener to the list that's notified each time a change to the span model occurs.
 void AbstractSpanModel.removeSpanModelListener(SpanModelListener l)
          Removes a listener from the list that's notified each time a change to the data model occurs.
 void NullSpanModel.addSpanModelListener(SpanModelListener l)
          Adds a listener to the list that's notified each time a change to the span model occurs.
 void NullSpanModel.removeSpanModelListener(SpanModelListener l)
          Removes a listener from the list that's notified each time a change to the span model occurs.
 void SpanModel.addSpanModelListener(SpanModelListener l)
          Adds a listener to the list that's notified each time a change to the span model occurs.
 void SpanModel.removeSpanModelListener(SpanModelListener l)
          Removes a listener from the list that's notified each time a change to the span model occurs.
 

Uses of SpanModelListener in com.eliad.swing
 

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