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

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

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 for some value.
PreferenceEditorFactory
          A factory creating new PreferenceEditors.
PreferenceModel
          A preference model is a list of objects which represent some preferences of another resource.
PreferenceOperation
          A key for an operation which might be available for a PreferenceEditor or a PreferenceModel.
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 for some value.
PreferenceEditorCallback
          A callback is an object that has access to some value and can either read or store it.
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 list of objects which represent some preferences of another resource.
PreferenceModelListener
          A listener to a PreferenceModel, gets informed about changes in the model.
PreferenceOperation
          A key for an operation which might be available for a PreferenceEditor or a PreferenceModel.
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 for some value.
PreferenceEditorCallback
          A callback is an object that has access to some value and can either read or store it.
PreferenceEditorFactory
          A factory creating new PreferenceEditors.
PreferenceOperation
          A key for an operation which might be available for a PreferenceEditor or a PreferenceModel.
 

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 list of objects which represent some preferences of another resource.
 

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.