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

Packages that use bibliothek.extension.gui.dock.preference
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.editor A set of PreferenceEditors for types that are often used. 
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 A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.menu Some MenuPieces to modify the layout and settings of an application that uses Common
bibliothek.gui.dock.common.preference Classes used directly or indirectly by the CPreferenceModel
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock
AbstractPreferenceModel
          An abstract implementation of PreferenceModel handling events and returning null in most methods.
PreferenceEditor
          An editor configures a Component which is used to edit some value.
PreferenceEditorFactory
          A factory creating new PreferenceEditors.
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
PreferenceOperation
          Represents an operation that a PreferenceEditor or a PreferenceModel can execute, e.g.
PreferenceTreeModel
          A PreferenceModel that is also a TreeModel.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock.preference
AbstractPreference
          An abstract implementation of Preference that offers support for PreferenceListeners.
AbstractPreferenceDialog
          An abstract dialog used to show the content of some PreferenceModel.
AbstractPreferenceModel
          An abstract implementation of PreferenceModel handling events and returning null in most methods.
MergedPreferenceModel
          A preference model that envelops other models and uses their preferences.
MergedPreferenceModel.Index
          Describes an index in one of the childen of a MergedPreferenceModel.
Preference
          A representation of a single entry in a DefaultPreferenceModel.
PreferenceEditor
          An editor configures a Component which is used to edit some value.
PreferenceEditorCallback
          A callback creates a link between a PreferenceEditor and its parent or the model.
PreferenceEditorFactory
          A factory creating new PreferenceEditors.
PreferenceFactory
          A factory that is capable of writing and reading some kind of preference to or from some repository.
PreferenceListener
          A listener to a Preference, gets informed when the preference changes.
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
PreferenceModelListener
          A listener to a PreferenceModel, gets informed about changes in the model.
PreferenceOperation
          Represents an operation that a PreferenceEditor or a PreferenceModel can execute, e.g.
PreferenceOperationView
          A view of a PreferenceOperation tailored to use the properties that are related to a PreferenceModel.
PreferenceOperationViewListener
          A listener that is added to a PreferenceOperation and receives events if the properties of the operation changes
PreferenceTreeModel
          A PreferenceModel that is also a TreeModel.
PreferenceTreeModel.Node
          A single node of a PreferenceTreeModel.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock.preference.editor
PreferenceEditor
          An editor configures a Component which is used to edit some value.
PreferenceEditorCallback
          A callback creates a link between a PreferenceEditor and its parent or the model.
PreferenceEditorFactory
          A factory creating new PreferenceEditors.
PreferenceOperation
          Represents an operation that a PreferenceEditor or a PreferenceModel can execute, e.g.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock.preference.model
AbstractPreferenceModel
          An abstract implementation of PreferenceModel handling events and returning null in most methods.
DefaultPreferenceModel
          An implementation of PreferenceModel using Preferences to describe its entries.
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
PreferenceModelListener
          A listener to a PreferenceModel, gets informed about changes in the model.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock.preference.preferences
AbstractPreference
          An abstract implementation of Preference that offers support for PreferenceListeners.
DefaultPreference
          A generic Preference that can hold any value.
Preference
          A representation of a single entry in a DefaultPreferenceModel.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.extension.gui.dock.preference.preferences.choice
AbstractPreference
          An abstract implementation of Preference that offers support for PreferenceListeners.
DefaultPreference
          A generic Preference that can hold any value.
Preference
          A representation of a single entry in a DefaultPreferenceModel.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.gui.dock.common
AbstractPreferenceModel
          An abstract implementation of PreferenceModel handling events and returning null in most methods.
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
PreferenceStorage
          A preference storage is a container storing the values of artificial preferences of one or more PreferenceModels.
PreferenceTreeModel
          A PreferenceModel that is also a TreeModel.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.gui.dock.common.menu
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.gui.dock.common.preference
AbstractPreference
          An abstract implementation of Preference that offers support for PreferenceListeners.
AbstractPreferenceModel
          An abstract implementation of PreferenceModel handling events and returning null in most methods.
DefaultPreference
          A generic Preference that can hold any value.
DefaultPreferenceModel
          An implementation of PreferenceModel using Preferences to describe its entries.
Preference
          A representation of a single entry in a DefaultPreferenceModel.
PreferenceModel
          A preference model is a layer between the framework and its properties, and the dialog, table or tree with which the user can modify these properties.
 

Classes in bibliothek.extension.gui.dock.preference used by bibliothek.gui.dock.facile.menu
PreferenceTreeModel
          A PreferenceModel that is also a TreeModel.