Uses of Class
bibliothek.extension.gui.dock.preference.AbstractPreference

Packages that use AbstractPreference
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.preferences   
 

Uses of AbstractPreference in bibliothek.extension.gui.dock.preference
 

Subclasses of AbstractPreference in bibliothek.extension.gui.dock.preference
 class DefaultPreference<V>
          A generic Preference that can hold any value.
 

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

Subclasses of AbstractPreference in bibliothek.extension.gui.dock.preference.preferences
 class BubbleColorSchemePreference
          Allows to set the ColorScheme of the BubbleTheme.
 class ButtonContentPreference
          A preference for FlapDockStation.BUTTON_CONTENT.
 class ChoiceDockPropertyPreference<V>
          A preference that offers a choice and write the value into a DockProperties.
 class DockPropertyPreference<V>
          A Preference that can read and write its value from a DockProperties.