Uses of Interface
bibliothek.extension.gui.dock.preference.Preference

Packages that use Preference
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.preferences   
 

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

Classes in bibliothek.extension.gui.dock.preference that implement Preference
 class AbstractPreference<V>
          An abstract implementation of Preference that offers support for PreferenceListeners.
 class DefaultPreference<V>
          A generic Preference that can hold any value.
 

Methods in bibliothek.extension.gui.dock.preference that return Preference
 Preference<?> DefaultPreferenceModel.getPreference(int index)
          Gets the preference of location index.
 

Methods in bibliothek.extension.gui.dock.preference with parameters of type Preference
 void DefaultPreferenceModel.add(Preference<?> preference)
          Adds preference at the end of this model.
 void PreferenceListener.changed(Preference<V> preference)
          Called when preference changed its value.
 int DefaultPreferenceModel.indexOf(Preference<?> preference)
          Gets the location of preference.
 void DefaultPreferenceModel.insert(int index, Preference<?> preference)
          Adds a new preference to this model.
 void DefaultPreferenceModel.remove(Preference<?> preference)
          Removes preference from this model.
 

Uses of Preference in bibliothek.extension.gui.dock.preference.preferences
 

Classes in bibliothek.extension.gui.dock.preference.preferences that implement Preference
 class BubbleColorSchemePreference
          Allows to set the ColorScheme of the BubbleTheme.
 class ButtonContentPreference
          A preference for FlapDockStation.BUTTON_CONTENT.
 class ChoiceDockPropertyPreference<V>
          A preference that offers a choice and write the value into a DockProperties.
 class DockPropertyPreference<V>
          A Preference that can read and write its value from a DockProperties.