Uses of Class
bibliothek.extension.gui.dock.preference.preferences.choice.DefaultChoice

Packages that use DefaultChoice
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.dock.common.preference Classes used directly or indirectly by the CPreferenceModel
 

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

Constructors in bibliothek.extension.gui.dock.preference.preferences with parameters of type DefaultChoice
ChoiceDockPropertyPreference(DockProperties properties, PropertyKey<V> key, Path path, DefaultChoice<V> choice)
          Creates a new preference.
 

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

Subclasses of DefaultChoice in bibliothek.extension.gui.dock.preference.preferences.choice
 class BubbleColorSchemeChoice
          A list of ColorSchemes for BubbleTheme.
 class ButtonContentChoice
          A choice for a FlapDockStation.ButtonContent.
 class EclipseTabChoice
          The way tabs are painted in the EclipseTheme
 class TabContentFilterChoice
          A set of choices of TabContentFilters.
 class TabPlacementChoice
          Lets the user choose a TabPlacement.
 

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

Subclasses of DefaultChoice in bibliothek.gui.dock.common.preference
 class ThemeChoice
          A choice offering all the ThemeFactorys a ThemeMap provides.