Uses of Interface
bibliothek.extension.gui.dock.preference.preferences.choice.Choice

Packages that use Choice
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 Choice in bibliothek.extension.gui.dock.preference.preferences.choice
 

Classes in bibliothek.extension.gui.dock.preference.preferences.choice that implement Choice
 class BubbleColorSchemeChoice
          A list of ColorSchemes for BubbleTheme.
 class ButtonContentChoice
          Deprecated. replaced by ButtonContentPreferenceModel
 class ButtonContentConditionChoice
          A list of ButtonContentConditionChoices.
 class DefaultChoice<V>
          A default implementation of Choice, provides text, id and objects for every possible choice.
 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.
 

Methods in bibliothek.extension.gui.dock.preference.preferences.choice that return Choice
 Choice ChoiceText.getChoice()
          Gets the choice which is using this text.
 

Methods in bibliothek.extension.gui.dock.preference.preferences.choice with parameters of type Choice
 void ChoiceListener.inserted(Choice choice, int indexStart, int indexEnd)
          This method is called if some new entries have been added to choice
 void ChoiceListener.removed(Choice choice, int indexStart, int indexEnd)
          This method is called if some new entries have been removed from choice
 void ChoiceListener.updated(Choice choice, int indexStart, int indexEnd)
          This method is called if some entries have been updated, e.g. if the text of some entries changed
 

Constructors in bibliothek.extension.gui.dock.preference.preferences.choice with parameters of type Choice
ChoiceEntryText(java.lang.String id, Choice choice)
          Creates a new text UIValue
ChoiceText(java.lang.String id, Choice choice)
          Creates a new ChoiceText.
ChoiceText(java.lang.String id, Choice choice, Path kind)
          Creates a new ChoiceText.
 

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

Classes in bibliothek.gui.dock.common.preference that implement Choice
 class ThemeChoice
          A choice offering all the ThemeFactorys a ThemeMap provides.