| Package | Description |
|---|---|
| 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.
|
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Field and Description |
|---|---|
protected RemoteServerImpl |
SpreadSheet.rsi
Server for spreadsheet cells, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSSCell.addToRemoteServer(RemoteServerImpl rs)
Adds this cell to the given RemoteServer.
|
void |
BasicSSCell.removeFromRemoteServer(RemoteServerImpl rs)
Removes this cell from the given RemoteServer.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteServerImpl |
ClientServer.startServer(String serviceName) |