Uses of Interface
visad.ss.SSCellListener

Packages that use SSCellListener
visad.cluster   
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
 

Uses of SSCellListener in visad.cluster
 

Classes in visad.cluster that implement SSCellListener
 class TestProxyCluster
          TestProxyCluster is the class for testing the visad.cluster package.
 class TestSSCluster
          TestSSCluster is the class for testing the visad.cluster package.
 class TestWRFCluster
          TestWRFCluster is the class for testing the visad.cluster package.
 

Uses of SSCellListener in visad.ss
 

Classes in visad.ss that implement SSCellListener
 class FancySSCell
          FancySSCell is an extension of BasicSSCell with extra options, such as a file loader dialog and a dialog to set up ScalarMaps.
 class SpreadSheet
          SpreadSheet is a user interface for VisAD that supports multiple 3-D displays (FancySSCells).
 

Methods in visad.ss with parameters of type SSCellListener
 void BasicSSCell.addSSCellChangeListener(SSCellListener l)
          Deprecated. Use addSSCellListener(SSCellListener) instead.
 void BasicSSCell.addSSCellListener(SSCellListener l)
          Adds an SSCellListener.
 void BasicSSCell.removeListener(SSCellListener l)
          Deprecated. Use removeSSCellListener(SSCellListener) instead.
 void BasicSSCell.removeSSCellListener(SSCellListener l)
          Removes an SSCellListener.