Package | Description |
---|---|
org.eclipse.ice.datastructures.form | |
org.eclipse.ice.viz | |
org.eclipse.ice.viz.service.connections |
Modifier and Type | Class and Description |
---|---|
class |
BasicEntryContentProvider
A class that implements the IEntryContentProvider interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IEntryContentProvider.equals(IEntryContentProvider otherProvider)
Returns true if equal.
|
boolean |
BasicEntryContentProvider.equals(IEntryContentProvider otherProvider)
(non-Javadoc)
|
void |
Entry.setContentProvider(IEntryContentProvider contentProvider)
Sets the content provider.
|
Constructor and Description |
---|
Entry(IEntryContentProvider contentProvider)
A constructor that sets the entry to the content provider.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotEntryContentProvider
This class provides an IEntryContentProvider for plots, which are stored as
Entries for an ICEResource wrapping a VisIt-compatible file.
The Entry's parent should be the category or group of plots, e.g., "Meshes", "Scalars", "Vectors", or "Materials". The Entry's allow values are "true" or "false", which correspond to being plotted or not plotted, respectively. |
Modifier and Type | Method and Description |
---|---|
boolean |
PlotEntryContentProvider.equals(IEntryContentProvider otherProvider)
This operation checks to see if this PlotEntryContentProvider is equal to
an input IEntryContentProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyEntryContentProvider
This class provides an
IEntryContentProvider geared toward
KeyEntry s whose allowed keys are managed by a IKeyManager . |
class |
PortEntryContentProvider
This class provides a basic content provider for
PortEntry s. |
Constructor and Description |
---|
SecretEntry(IEntryContentProvider contentProvider)
A constructor that sets the
Entry to the content provider. |