Class CKeyStrokePreferenceModel
java.lang.Object
bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
bibliothek.gui.dock.common.preference.CKeyStrokePreferenceModel
- All Implemented Interfaces:
PreferenceModel
A set or
Preferences for the KeyStrokes that are used
in common.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets access to the preference that represents theKeyStrokewhich cancels the current drag and drop operationGets access to the preference that represents theKeyStrokewhich opens the selection popup.Gets access to the preference that represents theModifierMaskthat ensures thatDockables are not merged during drag and drop.Gets access to the preference that represents theModifierMaskwhich ensures thatDockables are dropped onto aScreenDockStationduring drag and drop.Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
add, addPreferenceModelListener, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, isNatural, read, remove, remove, removeAll, removePreferenceModelListener, setValue, setValueNatural, writeMethods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners
-
Constructor Details
-
CKeyStrokePreferenceModel
Creates a new model.- Parameters:
properties- the set of properties to read and write
-
-
Method Details
-
getInitSelector
Gets access to the preference that represents theKeyStrokewhich opens the selection popup.- Returns:
- the preference, not
null
-
getMaskNoCombination
Gets access to the preference that represents theModifierMaskthat ensures thatDockables are not merged during drag and drop.- Returns:
- the preference, not
null
-
getMaskScreenOnly
Gets access to the preference that represents theModifierMaskwhich ensures thatDockables are dropped onto aScreenDockStationduring drag and drop.- Returns:
- the preference, not
null
-
getMaximizeChange
Gets access to the preference that represents theKeyStrokewhich switches between maximized and normalizedDockable.- Returns:
- the preference, not
null
-
getMaximize
- Returns:
- the preference, not
null
-
getNormalize
- Returns:
- the preference, not
null
-
getMinimize
- Returns:
- the preference, not
null
-
getExternalize
- Returns:
- the preference, not
null
-
getCancel
Gets access to the preference that represents theKeyStrokewhich cancels the current drag and drop operation- Returns:
- the preference, not
null
-