public class DockingFramesPreference extends PreferenceTreeModel
PreferenceTreeModel
that contains all the preferences that are
used in this framework.PreferenceTreeModel.Node
Constructor and Description |
---|
DockingFramesPreference(DockController controller)
Creates a new model.
|
DockingFramesPreference(DockController controller,
PathCombiner combiner)
Creates a new model.
|
Modifier and Type | Method and Description |
---|---|
BubbleThemePreferenceModel |
getBubbleThemePreferences()
Grants access to the preferences concerning the
BubbleTheme . |
ButtonContentPreferenceModel |
getButtonContent()
Grants access to the preferences concerning the
ButtonContent . |
EclipseThemePreferenceModel |
getEclipseThemePreferences()
Grants access to the preferences concerning the
EclipseTheme . |
KeyStrokePreferenceModel |
getKeyStrokePreferences()
Grants access to the preferences concerning the global
KeyStroke s. |
LayoutPreferenceModel |
getLayoutPreferences()
Grants access to the preferences concerning layout options like "where are the tabs placed?".
|
addPreferenceModelListener, addTreeModelListener, delete, doOperation, getChild, getChildCount, getDescription, getIndexOfChild, getLabel, getModel, getOperations, getPath, getRoot, getSize, getTreeModelListeners, getTypePath, getValue, getValueInfo, hasListeners, isEnabled, isLeaf, isNatural, put, putLinked, putLinked, putModel, putNode, read, removePreferenceModelListener, removeTreeModelListener, setValue, setValueNatural, valueForPathChanged, write
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, listeners
public DockingFramesPreference(DockController controller)
PathCombiner.SECOND
. This
behavior allows reordering of models and preferences in future releases,
however forces any preference to have a truly unique path in a global
scale.controller
- the controller whose preferences this model should
representpublic DockingFramesPreference(DockController controller, PathCombiner combiner)
controller
- the controller whose preferences this model should
representcombiner
- how to create preference paths for nested preferencespublic KeyStrokePreferenceModel getKeyStrokePreferences()
KeyStroke
s.null
IllegalStateException
- if the model was removed or replaced by the clientpublic LayoutPreferenceModel getLayoutPreferences()
null
IllegalStateException
- if the model was removed or replaced by the clientpublic ButtonContentPreferenceModel getButtonContent()
ButtonContent
.null
IllegalStateException
- if the model was removed or replaced by the clientpublic BubbleThemePreferenceModel getBubbleThemePreferences()
BubbleTheme
.null
IllegalStateException
- if the model was removed or replaced by the clientpublic EclipseThemePreferenceModel getEclipseThemePreferences()
EclipseTheme
.null
IllegalStateException
- if the model was removed or replaced by the client