Uses of Interface
org.zaval.data.event.MatrixListener

Packages that use MatrixListener
org.zaval.data Different interfaces and classes used for data representation. 
org.zaval.lw.grid This is set of classes to implement the light weight grid and tree grid components. 
 

Uses of MatrixListener in org.zaval.data
 

Methods in org.zaval.data with parameters of type MatrixListener
 void Matrix.addMatrixListener(MatrixListener m)
          Adds the matrix listener to be notified whenever the matrix cell has been updated or the matrix dimension has been changed.
 void Matrix.removeMatrixListener(MatrixListener m)
          Removes the matrix listener.
 void MatrixModel.addMatrixListener(MatrixListener l)
          Adds the matrix listener to be notified whenever the matrix cell has been updated or the matrix dimension has been changed.
 void MatrixModel.removeMatrixListener(MatrixListener l)
          Removes the matrix listener.
 

Uses of MatrixListener in org.zaval.lw.grid
 

Classes in org.zaval.lw.grid that implement MatrixListener
 class LwGrid
          This is light weight grid component.
 class LwTreeGrid
          This is light weight tree grid component.
 

Methods in org.zaval.lw.grid with parameters of type MatrixListener
 void LwTreeGrid.addMatrixListener(MatrixListener m)
           
 void LwTreeGrid.removeMatrixListener(MatrixListener l)
           
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org