Interface | Description |
---|---|
IConnectionAdapter<T> |
This is an interface for adapters that wrap any sort of local or remote
connection.
|
IConnectionClient<T> |
A connection client is a class that can be associated with a single
IConnectionAdapter . |
IKeyChangeListener |
An
IKeyChangeListener is designed specifically to listen to a
IKeyManager for key change events, e.g., adding, removing, or
changing keys. |
IKeyManager |
An
IKeyManager manages a set of available keys. |
Class | Description |
---|---|
ConnectionAdapter<T> |
This class provides an adapter that wraps a connection.
|
ConnectionManager<T> | |
ConnectionPlot<T> |
This class provides the basic implementation for an
IPlot whose
content depends on a local or remote connection (a ConnectionAdapter
). |
ConnectionPlotRender<T> | |
ConnectionTable |
This class manages a list of uniquely-keyed VisIt connections within an ICE
TableComponent . |
KeyEntry |
A
KeyEntry is essentially a basic Entry with a single caveat:
Its value and allowed values are managed by a IKeyManager . |
KeyEntryContentProvider |
This class provides an
IEntryContentProvider geared toward
KeyEntry s whose allowed keys are managed by a IKeyManager . |
Launcher | |
PortEntry |
This class provides an
Entry that is a "continuous" Entry
with a twist: instead of the allowed values' being a range between two
doubles, they are a range between two integers. |
PortEntryContentProvider |
This class provides a basic content provider for
PortEntry s. |
SecretEntry |
A
SecretEntry is simply an Entry whose secret flag is set to
true. |
Enum | Description |
---|---|
ConnectionState |
This enum defines the possible states of a viz service connection.
|