Package bibliothek.extension.gui.dock.preference.preferences.choice

A set of small classes containing choices the user can make.

See:
          Description

Interface Summary
Choice A choice is a set of entries from which the user can choose one.
ChoiceExtension<V> An extension to a Choice, adding more options to the choice.
ChoiceListener A listener that is added to a Choice.
DefaultChoice.Entry<V>  
 

Class Summary
BubbleColorSchemeChoice A list of ColorSchemes for BubbleTheme.
ButtonContentChoice Deprecated. replaced by ButtonContentPreferenceModel
ButtonContentConditionChoice A list of ButtonContentConditionChoices.
ChoiceEntryText Represents a text that is used for an entry in a Choice.
ChoiceText Represents a text that is used for a Choice.
DefaultChoice<V> A default implementation of Choice, provides text, id and objects for every possible choice.
EclipseTabChoice The way tabs are painted in the EclipseTheme
TabContentFilterChoice A set of choices of TabContentFilters.
TabContentFilterPreference Lets the user choose the value of StackDockStation.TAB_CONTENT_FILTER.
TabPlacementChoice Lets the user choose a TabPlacement.
TabPlacementPreference Lets the user choose the value of StackDockStation.TAB_PLACEMENT.
 

Package bibliothek.extension.gui.dock.preference.preferences.choice Description

A set of small classes containing choices the user can make. Each choice represents one preference to set.