Class CLayoutPreferenceModel
java.lang.Object
bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
bibliothek.gui.dock.common.preference.CLayoutPreferenceModel
- All Implemented Interfaces:
PreferenceModel
A model showing various preferences that are used for the layout.
- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
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, writeMethods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners
-
Constructor Details
-
CLayoutPreferenceModel
Creates a new model.- Parameters:
control- the control whose settings this model represents
-
-
Method Details
-
getTabContentFilter
Grants access to the preference that tells what content to show on a tab.- Returns:
- the preference, not
null
-
getTabPlacement
Grants access to the preference that tells where tabs are placed.- Returns:
- the preference, not
null
-
getTheme
Grants access to the preference that selects theDockTheme.- Returns:
- the preference, not
null
-