Interface | Description |
---|---|
ISecretCellContentProvider |
An
ISecretCellContentProvider is simply a basic
ICellContentProvider with one additional property: Should the content
in the cell be obscured (secret)? |
Class | 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. |
DynamicComboFieldEditor |
This class provides a field editor with an underlying
Combo . |
EntryCellContentProvider |
This class provides a basic JFace content provider that wraps an ICE
Entry . |
EntryCellEditingSupport | |
TableComponentCellContentProvider | |
TableComponentCellEditingSupport | |
TableComponentComposite | |
TableComponentContentProvider |
This class provides a basic JFace
IStructuredContentProvider for ICE
TableComponent s. |
TableComponentPreferenceAdapter |
A
TableComponentPreferenceAdapter can marshal a
TableComponent to or from a CustomScopedPreferenceStore . |
VizConnectionPreferencePage |