Class KeyStrokeCancelOperation
java.lang.Object
bibliothek.extension.gui.dock.preference.AbstractPreference<V>
bibliothek.extension.gui.dock.preference.DefaultPreference<V>
bibliothek.extension.gui.dock.preference.preferences.DockPropertyPreference<KeyStroke>
bibliothek.gui.dock.common.preference.KeyStrokeCancelOperation
- All Implemented Interfaces:
Preference<KeyStroke>
KeyStroke that will cancel the currently running drag and drop operation.- Author:
- Benjamin Sigg
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStrokeCancelOperation(DockProperties properties) Creates a new preference -
Method Summary
Methods inherited from class bibliothek.extension.gui.dock.preference.preferences.DockPropertyPreference
read, writeMethods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreference
addPreferenceListener, doOperation, getDefaultValue, getDescription, getLabel, getOperations, getPath, getTypePath, getValue, getValueInfo, isEnabled, isNatural, removePreferenceListener, setDefaultValue, setDescription, setDescriptionId, setLabel, setLabelId, setModel, setNatural, setValue, setValueInfoMethods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreference
fireChanged, hasListeners, listeners
-
Constructor Details
-
KeyStrokeCancelOperation
Creates a new preference- Parameters:
properties- the properties to access
-