bibliothek.extension.gui.dock.preference.model
Class BubbleThemePreferenceModel
java.lang.Object
bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
bibliothek.extension.gui.dock.preference.model.BubbleThemePreferenceModel
- All Implemented Interfaces:
- PreferenceModel
public class BubbleThemePreferenceModel
- extends DefaultPreferenceModel
Preferences used by the BubbleTheme.
- Author:
- Benjamin Sigg
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleThemePreferenceModel
public BubbleThemePreferenceModel(DockProperties properties)
- Creates a new model
- Parameters:
properties - the properties to read to or write from
getColorScheme
public BubbleColorSchemePreference getColorScheme()
- Gets access to the preference that represents the
ColorScheme that is
used by a BubbleTheme.
- Returns:
- the preference, not
null