Class KeyStrokeMaximizeChangePreference
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.KeyStrokeMaximizeChangePreference
- All Implemented Interfaces:
Preference<KeyStroke>
Preference setting the keystroke for maximizing/unmaximizing a
Dockable.- Author:
- Benjamin Sigg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStrokeMaximizeChangePreference(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
-
KeyStrokeMaximizeChangePreference
Creates a new preference- Parameters:
properties- the properties to access
-