public class CKeyStrokePreferenceModel extends DefaultPreferenceModel
Preference
s for the KeyStroke
s 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()
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 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 . |
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 . |
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 CKeyStrokePreferenceModel(DockProperties properties)
properties
- the set of properties to read and writepublic 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 KeyStrokeMaximizeChangePreference getMaximizeChange()
KeyStroke
which switches between
maximized and normalized Dockable
.null
public KeyStrokeMaximizePreference getMaximize()
KeyStroke
which lets
maximize a Dockable
.null
public KeyStrokeNormalizePreference getNormalize()
KeyStroke
which lets
normalize a Dockable
.null
public KeyStrokeMinimizePreference getMinimize()
KeyStroke
which lets
minimize a Dockable
.null
public KeyStrokeExternalizePreference getExternalize()
KeyStroke
which lets
externalize a Dockable
.null
public KeyStrokeCancelOperation getCancel()
KeyStroke
which cancels
the current drag and drop operationnull