|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.PreferenceTreeModel
bibliothek.gui.dock.common.CPreferenceModel
public class CPreferenceModel
A PreferenceModel that shows the settings of a CControl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class bibliothek.extension.gui.dock.preference.PreferenceTreeModel |
|---|
PreferenceTreeModel.Node |
| Constructor Summary | |
|---|---|
CPreferenceModel(CControl control)
Creates a new model. |
|
CPreferenceModel(CControl control,
PathCombiner combiner)
Creates a new model. |
|
| Method Summary | |
|---|---|
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. |
CKeyStrokePreferenceModel |
getKeyStrokePreferences()
Grants access to the preferences concerning the global KeyStrokes. |
CLayoutPreferenceModel |
getLayoutPreferences()
Grants access to the preferences concerning layout options like "where are the tabs placed?". |
| Methods inherited from class bibliothek.extension.gui.dock.preference.PreferenceTreeModel |
|---|
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 |
| Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel |
|---|
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, listeners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPreferenceModel(CControl control)
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.
control - the control whose settings can be changed by this model
public CPreferenceModel(CControl control,
PathCombiner combiner)
control - the control whose settings can be changed by this modelcombiner - how to combine paths of models and of preferences| Method Detail |
|---|
public CKeyStrokePreferenceModel getKeyStrokePreferences()
KeyStrokes.
null
IllegalStateException - if the model was removed or replaced by the clientpublic CLayoutPreferenceModel 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||