Package | Description |
---|---|
org.eclipse.ice.viz.service.connections | |
org.eclipse.ice.viz.service.visit |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPlot<T>
This class provides the basic implementation for an
IPlot whose
content depends on a local or remote connection (a ConnectionAdapter
). |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionManager.addClient(IConnectionClient<T> client)
Adds a new connection client to the default
ConnectionManager.adapter . |
boolean |
ConnectionManager.removeClient(IConnectionClient<T> client)
Removes a connection client from the default
ConnectionManager.adapter . |
Modifier and Type | Class and Description |
---|---|
class |
VisItPlot
This class provides the VisIt implementation for an IPlot.
|