bibliothek.extension.gui.dock.preference.preferences
Class BubbleColorSchemePreference

java.lang.Object
  extended by bibliothek.extension.gui.dock.preference.AbstractPreference<V>
      extended by bibliothek.extension.gui.dock.preference.DefaultPreference<String>
          extended by bibliothek.extension.gui.dock.preference.preferences.ChoiceDockPropertyPreference<ColorScheme>
              extended by bibliothek.extension.gui.dock.preference.preferences.BubbleColorSchemePreference
All Implemented Interfaces:
Preference<String>

public class BubbleColorSchemePreference
extends ChoiceDockPropertyPreference<ColorScheme>

Allows to set the ColorScheme of the BubbleTheme.

Author:
Benjamin Sigg

Constructor Summary
BubbleColorSchemePreference(DockProperties properties)
          Creates a new preference.
 
Method Summary
 
Methods inherited from class bibliothek.extension.gui.dock.preference.preferences.ChoiceDockPropertyPreference
read, write
 
Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreference
doOperation, getDefaultValue, getDescription, getLabel, getOperations, getPath, getTypePath, getValue, getValueInfo, isEnabled, isNatural, setDefaultValue, setDescription, setLabel, setNatural, setValue, setValueInfo
 
Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreference
addPreferenceListener, fireChanged, listeners, removePreferenceListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleColorSchemePreference

public BubbleColorSchemePreference(DockProperties properties)
Creates a new preference.

Parameters:
properties - the properties which is read by this preference