| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.preference.model |
A set of
PreferenceModels
that show properties of this framework. |
| bibliothek.extension.gui.dock.preference.preferences |
Implementations of various
Preferences which
are used in the default set of preferences. |
| bibliothek.extension.gui.dock.preference.preferences.choice |
A set of small classes containing choices the user can make.
|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| bibliothek.gui.dock.layout.location | |
| bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
| bibliothek.gui.dock.util.property |
Various implementations of
PropertyFactory. |
| Constructor and Description |
|---|
BubbleThemePreferenceModel(DockProperties properties)
Creates a new model
|
EclipseThemePreferenceModel(DockProperties properties)
Creates a new model
|
KeyStrokePreferenceModel(DockProperties properties)
Creates a new model.
|
LayoutPreferenceModel(DockProperties properties) |
| Constructor and Description |
|---|
BubbleColorSchemePreference(DockProperties properties)
Creates a new preference.
|
ButtonContentPreference(DockProperties properties,
Path path)
Deprecated.
Creates a new preference.
|
ChoiceDockPropertyPreference(DockProperties properties,
PropertyKey<V> key,
Path path,
DefaultChoice<V> choice)
Creates a new preference.
|
DockPropertyPreference(DockProperties properties,
PropertyKey<V> key,
Path type,
Path path)
Creates a new preference.
|
DockPropertyPreference(DockProperties properties,
PropertyKey<V> key,
String label,
Path type,
Path path)
Creates a new preference.
|
DockPropertyPreference(String prefix,
DockProperties properties,
PropertyKey<V> key,
V defaultValue,
Path type,
Path path)
Creates a new preference.
|
EclipseIconPreference(DockProperties properties)
Creates a new preference.
|
EclipseTabPreference(DockProperties properties)
Creates a new preference
|
KeyStrokeHidePreference(DockProperties properties)
Creates a new preference
|
KeyStrokeInitSelectorPreference(DockProperties properties)
Creates a new preference
|
KeyStrokeMaximizePreference(DockProperties properties)
Creates a new preference
|
ModifierMaskNoCombinationPreference(DockProperties properties)
Creates a new preference
|
ModifierMaskScreenOnlyPreference(DockProperties properties)
Creates a new preference
|
| Constructor and Description |
|---|
BubbleColorSchemeChoice(DockProperties properties)
Creates a new choice
|
ButtonContentChoice(DockProperties properties)
Deprecated.
Creates a new choice
|
EclipseTabChoice(DockProperties properties)
Creates a new choice.
|
TabContentFilterChoice(DockProperties properties)
Creates a new choice
|
TabContentFilterPreference(DockProperties properties,
Path path)
Creates a new choice.
|
TabPlacementChoice(DockProperties properties)
Creates a new choice
|
TabPlacementPreference(DockProperties properties,
Path path)
Creates a new choice.
|
| Modifier and Type | Method and Description |
|---|---|
DockProperties |
DockFrontend.getDockProperties()
Gets the set of properties which have a controller-global influence.
|
DockProperties |
DockController.getProperties()
A set of properties that can be used at any place.
|
| Constructor and Description |
|---|
DefaultAsideRequestFactory(DockProperties properties)
Creates the new factory
|
| Modifier and Type | Method and Description |
|---|---|
DockProperties |
PropertyValue.getProperties()
Gets the currently observed properties.
|
| Modifier and Type | Method and Description |
|---|---|
A |
PropertyKey.getDefault(DockProperties properties)
Gets a default-value that should be used when no value is set
in the
DockProperties.Note: this method should not be called by clients. |
void |
DockPropertyListener.propertyChanged(DockProperties properties,
PropertyKey<A> property,
A oldValue,
A newValue)
Invoked if the observed value has been changed.
|
void |
PropertyValue.setProperties(DockProperties properties)
Sets the
DockProperties which should be observed. |
| Constructor and Description |
|---|
TypedPropertyUIScheme(DockProperties properties)
Creates a new scheme
|
| Modifier and Type | Method and Description |
|---|---|
A |
PropertyFactory.getDefault(PropertyKey<A> key,
DockProperties properties)
Gets the default value for
key. |
A |
ConstantPropertyFactory.getDefault(PropertyKey<A> key,
DockProperties properties) |
Copyright © 2017 Docking Frames. All rights reserved.