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

Packages that use bibliothek.extension.gui.dock.preference.preferences.choice
bibliothek.extension.gui.dock.preference.model A set of PreferenceModels that show properties of this framework. 
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
 

Classes in bibliothek.extension.gui.dock.preference.preferences.choice used by bibliothek.extension.gui.dock.preference.model
TabContentFilterPreference
          Lets the user choose the value of StackDockStation.TAB_CONTENT_FILTER.
TabPlacementPreference
          Lets the user choose the value of StackDockStation.TAB_PLACEMENT.
 

Classes in bibliothek.extension.gui.dock.preference.preferences.choice used by bibliothek.extension.gui.dock.preference.preferences
DefaultChoice
          A default implementation of Choice, provides text, id and objects for every possible choice.
 

Classes in bibliothek.extension.gui.dock.preference.preferences.choice used by bibliothek.extension.gui.dock.preference.preferences.choice
Choice
          A choice is a set of entries from which the user can choose one.
ChoiceListener
          A listener that is added to a Choice.
ChoiceText
          Represents a text that is used for a Choice.
DefaultChoice
          A default implementation of Choice, provides text, id and objects for every possible choice.
DefaultChoice.Entry
           
 

Classes in bibliothek.extension.gui.dock.preference.preferences.choice used by bibliothek.gui.dock.common.preference
Choice
          A choice is a set of entries from which the user can choose one.
DefaultChoice
          A default implementation of Choice, provides text, id and objects for every possible choice.
TabContentFilterPreference
          Lets the user choose the value of StackDockStation.TAB_CONTENT_FILTER.
TabPlacementPreference
          Lets the user choose the value of StackDockStation.TAB_PLACEMENT.