Package | Description |
---|---|
org.eclipse.ice.viz.service.preferences | |
org.eclipse.ice.viz.service.visit |
Class and Description |
---|
CustomScopedPreferenceStore
This class provides a customized
ScopedPreferenceStore that gives
client code following options:
Can add and remove child IEclipsePreferences nodes to the store.
Can remove keyed values from the store.
Can add and remove values for secure storage.
Changes to the store using any of the aforementioned features are not
persisted until CustomScopedPreferenceStore.save() is called by the JFace preference page
platform. |
EntryCellContentProvider
This class provides a basic JFace content provider that wraps an ICE
Entry . |
EntryCellEditingSupport |
ISecretCellContentProvider
An
ISecretCellContentProvider is simply a basic
ICellContentProvider with one additional property: Should the content
in the cell be obscured (secret)? |
Class and Description |
---|
VizConnectionPreferencePage |