Uses of Class
visad.ss.FancySSCell

Packages that use FancySSCell
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 FancySSCell in visad.cluster
 

Subclasses of FancySSCell in visad.cluster
 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 FancySSCell in visad.ss
 

Fields in visad.ss declared as FancySSCell
protected  FancySSCell[][] SpreadSheet.DisplayCells
          Array of spreadsheet cells.
 

Methods in visad.ss that return FancySSCell
protected  FancySSCell SpreadSheet.createCell(String name, RemoteServer rs)
          Returns a new instance of a spreadsheet cell (which must extend FancySSCell), used when a spreadsheet row or column is added.