Uses of Class
bibliothek.gui.dock.util.DockProperties

Packages that use DockProperties
bibliothek.extension.gui.dock.preference.model   
bibliothek.extension.gui.dock.preference.preferences   
bibliothek.extension.gui.dock.preference.preferences.choice   
bibliothek.gui   
bibliothek.gui.dock.common.preference   
bibliothek.gui.dock.util   
bibliothek.gui.dock.util.property   
 

Uses of DockProperties in bibliothek.extension.gui.dock.preference.model
 

Constructors in bibliothek.extension.gui.dock.preference.model with parameters of type DockProperties
BubbleThemePreferenceModel(DockProperties properties)
          Creates a new model
EclipseThemePreferenceModel(DockProperties properties)
          Creates a new model
KeyStrokePreferenceModel(DockProperties properties)
          Creates a new model.
LayoutPreferenceModel(DockProperties properties)
           
 

Uses of DockProperties in bibliothek.extension.gui.dock.preference.preferences
 

Constructors in bibliothek.extension.gui.dock.preference.preferences with parameters of type DockProperties
BubbleColorSchemePreference(DockProperties properties)
          Creates a new preference.
ButtonContentPreference(DockProperties properties, Path path)
          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(ResourceBundle bundle, 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
 

Uses of DockProperties in bibliothek.extension.gui.dock.preference.preferences.choice
 

Constructors in bibliothek.extension.gui.dock.preference.preferences.choice with parameters of type DockProperties
TabPlacementPreference(DockProperties properties, Path path)
          Creates a new choice.
 

Uses of DockProperties in bibliothek.gui
 

Methods in bibliothek.gui that return DockProperties
 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.
 

Uses of DockProperties in bibliothek.gui.dock.common.preference
 

Constructors in bibliothek.gui.dock.common.preference with parameters of type DockProperties
CKeyStrokePreferenceModel(DockProperties properties)
          Creates a new model.
KeyStrokeClosePreference(DockProperties properties)
          Creates a new preference
KeyStrokeExternalizePreference(DockProperties properties)
          Creates a new preference
KeyStrokeMaximizeChangePreference(DockProperties properties)
          Creates a new preference
KeyStrokeMaximizePreference(DockProperties properties)
          Creates a new preference
KeyStrokeMinimizePreference(DockProperties properties)
          Creates a new preference
KeyStrokeNormalizePreference(DockProperties properties)
          Creates a new preference
 

Uses of DockProperties in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util that return DockProperties
 DockProperties PropertyValue.getProperties()
          Gets the currently observed properties.
 

Methods in bibliothek.gui.dock.util with parameters of type DockProperties
 A PropertyKey.getDefault(DockProperties properties)
          Gets a default-value that should be used when no value is set in the DockProperties.
 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.
 

Uses of DockProperties in bibliothek.gui.dock.util.property
 

Methods in bibliothek.gui.dock.util.property with parameters of type DockProperties
 A ConstantPropertyFactory.getDefault(PropertyKey<A> key, DockProperties properties)
           
 A PropertyFactory.getDefault(PropertyKey<A> key, DockProperties properties)
          Gets the default value for key.