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
KeyStrokes. |
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, writefirePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, listenerspublic 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()
KeyStrokes.nullIllegalStateException - if the model was removed or replaced by the clientpublic LayoutPreferenceModel getLayoutPreferences()
nullIllegalStateException - if the model was removed or replaced by the clientpublic ButtonContentPreferenceModel getButtonContent()
ButtonContent.nullIllegalStateException - if the model was removed or replaced by the clientpublic BubbleThemePreferenceModel getBubbleThemePreferences()
BubbleTheme.nullIllegalStateException - if the model was removed or replaced by the clientpublic EclipseThemePreferenceModel getEclipseThemePreferences()
EclipseTheme.nullIllegalStateException - if the model was removed or replaced by the clientCopyright © 2017 Docking Frames. All rights reserved.