public class KeyStrokePreferenceModel extends DefaultPreferenceModel
| Constructor and Description |
|---|
KeyStrokePreferenceModel(DockProperties properties)
Creates a new model.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStrokeHidePreference |
getHide()
|
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()
|
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 KeyStrokePreferenceModel(DockProperties properties)
properties - the properties to read and write frompublic 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 KeyStrokeMaximizePreference getMaximize()
nullpublic KeyStrokeHidePreference getHide()
nullCopyright © 2017 Docking Frames. All rights reserved.