| 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
PreferenceEditors
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 |
PreferenceTreeDialog.setEditorFactory(Path type,
PreferenceEditorFactory<?> factory)
Sets an editor for some type of values.
|
void |
PreferenceDialog.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
BooleanEditors. |
static PreferenceEditorFactory<ModifierMask> |
ModifierMaskEditor.FACTORY
factory for new
ModifierMaskEditors |
static PreferenceEditorFactory<Object> |
LabelEditor.FACTORY
A factory creating new
LabelEditors. |
static PreferenceEditorFactory<KeyStroke> |
KeyStrokeEditor.FACTORY
A factory for
KeyStrokeEditors. |
static PreferenceEditorFactory<String> |
StringEditor.FACTORY
a factory creating
StringEditors |
static PreferenceEditorFactory<String> |
ChoiceEditor.FACTORY
a factory creating new
ChoiceEditors |
Copyright © 2017 Docking Frames. All rights reserved.