Uses of Class
com.eliad.model.GridModelEvent

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

Methods in com.eliad.model with parameters of type GridModelEvent
protected  void AbstractGridModel.propagateDataChange(GridModelEvent e)
           
protected  void AbstractGridModel.propagateModelChange(GridModelEvent e)
           
protected  void AbstractGridModel.propagateStructureChange(GridModelEvent e)
           
 void GenericCollectionSpanModel.gridModelChanged(GridModelEvent e)
           
 void GenericCollectionSpanModel.gridStructureChanged(GridModelEvent e)
           
 void GenericCollectionSpanModel.gridDataChanged(GridModelEvent e)
           
 void GridModelListener.gridModelChanged(GridModelEvent event)
          The entire model has changed.
 void GridModelListener.gridStructureChanged(GridModelEvent event)
          The structure of the model changed, but the information is incremental (insertion or removal of a continuous set or row or columns).
 void GridModelListener.gridDataChanged(GridModelEvent event)
          The general shape of the model did not change, but some data was updated
 void AbstractRulerModel.gridModelChanged(GridModelEvent e)
          The entire model has changed.
 void AbstractRulerModel.gridStructureChanged(GridModelEvent e)
          The structure of the model changed, but the information is incremental (insertion or removal of a continuous set or row or columns).
 void AbstractRulerModel.gridDataChanged(GridModelEvent e)
          The general shape of the model did not change, but some data was updated.
 

Uses of GridModelEvent in com.eliad.swing
 

Methods in com.eliad.swing with parameters of type GridModelEvent
 void JSmartGrid.gridModelChanged(GridModelEvent e)
          Call-back from the GridModel after a global model change.
 void JSmartGrid.gridStructureChanged(GridModelEvent e)
          Call-back from the GridModel after a continuous block of either rows or columns was either inserted or deleted.
 void JSmartGrid.gridDataChanged(GridModelEvent e)
          Call-back from the GridModel after data was updated in some cells.
 void AccessibleGrid.gridDataChanged(GridModelEvent e)
          Track changes to the grid data.
 void AccessibleGrid.gridModelChanged(GridModelEvent e)
          Track global changes to the grid model.
 void AccessibleGrid.gridStructureChanged(GridModelEvent e)
          Track changes to the grid model structure.