Uses of Class
visad.ss.SSCellData

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

Methods in visad.cluster that return SSCellData
protected  SSCellData TestWRFCluster.addReferenceImpl(int id, DataReferenceImpl ref, ConstantMap[] cmaps, String source, int type, boolean notify, boolean checkErrors)
          override method from BasicSSCell
protected  SSCellData TestSSCluster.addReferenceImpl(int id, DataReferenceImpl ref, ConstantMap[] cmaps, String source, int type, boolean notify, boolean checkErrors)
          override method from BasicSSCell
protected  SSCellData TestProxyCluster.addReferenceImpl(int id, DataReferenceImpl ref, ConstantMap[] cmaps, String source, int type, boolean notify, boolean checkErrors)
          override method from BasicSSCell
 

Uses of SSCellData in visad.ss
 

Methods in visad.ss that return SSCellData
protected  SSCellData FancySSCell.addReferenceImpl(int id, DataReferenceImpl ref, ConstantMap[] cmaps, String source, int type, boolean notify, boolean checkErrors)
          Does the work of adding the given DataReference, from the given source of the specified type.
protected  SSCellData BasicSSCell.addReferenceImpl(int id, DataReferenceImpl ref, ConstantMap[] cmaps, String source, int type, boolean notify, boolean checkErrors)
          Does the work of adding the given DataReference, from the given source of the specified type.
protected  SSCellData BasicSSCell.getCellDataByName(String varName)
          Obtains the cell data entry corresponding to the given variable name.
 

Methods in visad.ss with parameters of type SSCellData
protected  void BasicSSCell.removeDataImpl(SSCellData cellData, boolean notify, boolean display)
          Does the work of removing the Data object at the specified index.
 

Constructors in visad.ss with parameters of type SSCellData
SSCellImpl(SSCellData cellData, DataReferenceImpl ref, String varName, boolean checkErrors)
          Constructs an SSCellImpl.