|
||||||||||
| 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.DefaultPreferenceModel
bibliothek.gui.dock.common.preference.CKeyStrokePreferenceModel
public class CKeyStrokePreferenceModel
A set or Preferences for the KeyStrokes that are used
in common.
| Constructor Summary | |
|---|---|
CKeyStrokePreferenceModel(DockProperties properties)
Creates a new model. |
|
| Method Summary | |
|---|---|
KeyStrokeExternalizePreference |
getExternalize()
Gets access to the preference that represents the KeyStroke which lets
externalize a Dockable. |
KeyStrokeInitSelectorPreference |
getInitSelector()
Gets access to the preference that represents the KeyStroke which opens the
selection popup. |
ModifierMaskNoCombinationPreference |
getMaskNoCombination()
Gets access to the preference that represents the ModifierMask that ensures
that Dockables are not merged during drag and drop. |
ModifierMaskScreenOnlyPreference |
getMaskScreenOnly()
Gets access to the preference that represents the ModifierMask which ensures
that Dockables are dropped onto a ScreenDockStation during drag and drop. |
KeyStrokeMaximizePreference |
getMaximize()
Gets access to the preference that represents the KeyStroke which lets
maximize a Dockable. |
KeyStrokeMaximizeChangePreference |
getMaximizeChange()
Gets access to the preference that represents the KeyStroke which switches between
maximized and normalized Dockable. |
KeyStrokeMinimizePreference |
getMinimize()
Gets access to the preference that represents the KeyStroke which lets
minimize a Dockable. |
KeyStrokeNormalizePreference |
getNormalize()
Gets access to the preference that represents the KeyStroke which lets
normalize a Dockable. |
| 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 bibliothek.extension.gui.dock.preference.AbstractPreferenceModel |
|---|
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CKeyStrokePreferenceModel(DockProperties properties)
properties - the set of properties to read and write| Method Detail |
|---|
public KeyStrokeInitSelectorPreference getInitSelector()
KeyStroke which opens the
selection popup.
nullpublic ModifierMaskNoCombinationPreference getMaskNoCombination()
ModifierMask that ensures
that Dockables are not merged during drag and drop.
nullpublic ModifierMaskScreenOnlyPreference getMaskScreenOnly()
ModifierMask which ensures
that Dockables are dropped onto a ScreenDockStation during drag and drop.
nullpublic KeyStrokeMaximizeChangePreference getMaximizeChange()
KeyStroke which switches between
maximized and normalized Dockable.
nullpublic KeyStrokeMaximizePreference getMaximize()
KeyStroke which lets
maximize a Dockable.
nullpublic KeyStrokeNormalizePreference getNormalize()
KeyStroke which lets
normalize a Dockable.
nullpublic KeyStrokeMinimizePreference getMinimize()
KeyStroke which lets
minimize a Dockable.
nullpublic KeyStrokeExternalizePreference getExternalize()
KeyStroke which lets
externalize a Dockable.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||