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()
|
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()
|
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, 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()
null
public KeyStrokeNormalizePreference getNormalize()
null
public KeyStrokeMinimizePreference getMinimize()
null
public KeyStrokeExternalizePreference getExternalize()
null
public KeyStrokeCancelOperation getCancel()
KeyStroke
which cancels
the current drag and drop operationnull