public class CKeyStrokePreferenceModel extends DefaultPreferenceModel
Preferences for the KeyStrokes that are used
in common.| Constructor and Description |
|---|
CKeyStrokePreferenceModel(DockProperties properties)
Creates a new model.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStrokeCancelOperation |
getCancel()
Gets access to the preference that represents the
KeyStroke which cancels
the current drag and drop operation |
KeyStrokeExternalizePreference |
getExternalize()
|
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()
|
KeyStrokeMaximizeChangePreference |
getMaximizeChange()
|
KeyStrokeMinimizePreference |
getMinimize()
|
KeyStrokeNormalizePreference |
getNormalize()
|
add, addPreferenceModelListener, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, isNatural, read, remove, remove, removeAll, removePreferenceModelListener, setValue, setValueNatural, writefirePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listenerspublic CKeyStrokePreferenceModel(DockProperties properties)
properties - the set of properties to read and writepublic 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()
nullpublic KeyStrokeNormalizePreference getNormalize()
nullpublic KeyStrokeMinimizePreference getMinimize()
nullpublic KeyStrokeExternalizePreference getExternalize()
nullpublic KeyStrokeCancelOperation getCancel()
KeyStroke which cancels
the current drag and drop operationnullCopyright © 2018. All rights reserved.