public class KeyStrokePreferenceModel extends DefaultPreferenceModel
Constructor and Description |
---|
KeyStrokePreferenceModel(DockProperties properties)
Creates a new model.
|
Modifier and Type | Method and Description |
---|---|
KeyStrokeHidePreference |
getHide()
Gets access to the preference that represents the
KeyStroke which closes
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 Dockable s are not merged during drag and drop. |
ModifierMaskScreenOnlyPreference |
getMaskScreenOnly()
Gets access to the preference that represents the
ModifierMask which ensures
that Dockable s 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 . |
add, addPreferenceModelListener, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, isNatural, read, remove, remove, removeAll, removePreferenceModelListener, setValue, setValueNatural, write
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners
public KeyStrokePreferenceModel(DockProperties properties)
properties
- the properties to read and write frompublic KeyStrokeInitSelectorPreference getInitSelector()
KeyStroke
which opens the
selection popup.null
public ModifierMaskNoCombinationPreference getMaskNoCombination()
ModifierMask
that ensures
that Dockable
s are not merged during drag and drop.null
public ModifierMaskScreenOnlyPreference getMaskScreenOnly()
ModifierMask
which ensures
that Dockable
s are dropped onto a ScreenDockStation
during drag and drop.null
public KeyStrokeMaximizePreference getMaximize()
KeyStroke
which lets
maximize a Dockable
.null
public KeyStrokeHidePreference getHide()
KeyStroke
which closes
a Dockable
.null