| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicSSCell.removeDataImpl(SSCellData cellData,
boolean notify,
boolean display)
Does the work of removing the Data object at the specified index.
|
| Constructor and Description |
|---|
SSCellImpl(SSCellData cellData,
DataReferenceImpl ref,
String varName,
boolean checkErrors)
Constructs an SSCellImpl.
|