bibliothek.extension.gui.dock.preference.model
Class BubbleThemePreferenceModel

java.lang.Object
  extended by bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
      extended by bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
          extended by bibliothek.extension.gui.dock.preference.model.BubbleThemePreferenceModel
All Implemented Interfaces:
PreferenceModel

public class BubbleThemePreferenceModel
extends DefaultPreferenceModel

Preferences used by the BubbleTheme.

Author:
Benjamin Sigg

Constructor Summary
BubbleThemePreferenceModel(DockProperties properties)
          Creates a new model
 
Method Summary
 BubbleColorSchemePreference getColorScheme()
          Gets access to the preference that represents the ColorScheme that is used by a BubbleTheme.
 
Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
add, addPreferenceModelListener, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, isNatural, read, remove, remove, removeAll, removePreferenceModelListener, setValue, setValueNatural, write
 
Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleThemePreferenceModel

public BubbleThemePreferenceModel(DockProperties properties)
Creates a new model

Parameters:
properties - the properties to read to or write from
Method Detail

getColorScheme

public BubbleColorSchemePreference getColorScheme()
Gets access to the preference that represents the ColorScheme that is used by a BubbleTheme.

Returns:
the preference, not null