Package | Description |
---|---|
bibliothek.extension.gui.dock |
Extensions to the
Core framework, including the BubbleTheme ,
EclipseTheme and the preference mechanism. |
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
bibliothek.extension.gui.dock.preference.editor |
A set of
PreferenceEditor s
for types that are often used. |
Modifier and Type | Method and Description |
---|---|
<V> PreferenceEditorFactory<V> |
PreferenceTable.getEditorFactory(Path type)
Gets the factory which is responsible to create editors for
type -objects. |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceTable.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets the factory that should be used to create an editor for some
type of object.
|
void |
PreferenceTreePanel.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets an editor for some type.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferenceDialog.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets an editor for some type of values.
|
void |
PreferenceTreeDialog.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets an editor for some type of values.
|
Modifier and Type | Field and Description |
---|---|
static PreferenceEditorFactory<Boolean> |
BooleanEditor.FACTORY
A factory creating
BooleanEditor s. |
static PreferenceEditorFactory<String> |
ChoiceEditor.FACTORY
a factory creating new
ChoiceEditor s |
static PreferenceEditorFactory<KeyStroke> |
KeyStrokeEditor.FACTORY
A factory for
KeyStrokeEditor s. |
static PreferenceEditorFactory<Object> |
LabelEditor.FACTORY
A factory creating new
LabelEditor s. |
static PreferenceEditorFactory<ModifierMask> |
ModifierMaskEditor.FACTORY
factory for new
ModifierMaskEditor s |
static PreferenceEditorFactory<String> |
StringEditor.FACTORY
a factory creating
StringEditor s |