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

Packages that use AbstractPreferenceModel
bibliothek.extension.gui.dock Extensions to the Core framework, including the BubbleTheme, EclipseTheme and the preference mechanism. 
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.model A set of PreferenceModels that show properties of this framework. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.preference Classes used directly or indirectly by the CPreferenceModel
 

Uses of AbstractPreferenceModel in bibliothek.extension.gui.dock
 

Subclasses of AbstractPreferenceModel in bibliothek.extension.gui.dock
 class DockingFramesPreference
          A PreferenceTreeModel that contains all the preferences that are used in this framework.
 

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

Subclasses of AbstractPreferenceModel in bibliothek.extension.gui.dock.preference
 class DefaultPreferenceModel
          An implementation of PreferenceModel using Preferences to describe its entries.
 class MergedPreferenceModel
          A preference model that envelops other models and uses their preferences.
 class PreferenceTreeModel
          A PreferenceModel that is also a TreeModel.
 

Uses of AbstractPreferenceModel in bibliothek.extension.gui.dock.preference.model
 

Subclasses of AbstractPreferenceModel in bibliothek.extension.gui.dock.preference.model
 class BubbleThemePreferenceModel
          Preferences used by the BubbleTheme.
 class ButtonContentPreferenceModel
          This PreferenceModel allows the user to set up a ButtonContent using the static conditions that are defined in ButtonContent.
 class EclipseThemePreferenceModel
          Various preferences used by the EclipseTheme.
 class KeyStrokePreferenceModel
          A model that lists the keystrokes which are used in the framework.
 class LayoutPreferenceModel
          A model containing preferences that are related to the layout of the framework.
 

Uses of AbstractPreferenceModel in bibliothek.gui.dock.common
 

Subclasses of AbstractPreferenceModel in bibliothek.gui.dock.common
 class CPreferenceModel
          A PreferenceModel that shows the settings of a CControl.
 

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

Subclasses of AbstractPreferenceModel in bibliothek.gui.dock.common.preference
 class CKeyStrokePreferenceModel
          A set or Preferences for the KeyStrokes that are used in common.
 class CLayoutPreferenceModel
          A model showing various preferences that are used for the layout.