bibliothek.gui.dock.common.preference
Class KeyStrokeNormalizePreference

java.lang.Object
  extended by bibliothek.extension.gui.dock.preference.AbstractPreference<V>
      extended by bibliothek.extension.gui.dock.preference.DefaultPreference<V>
          extended by bibliothek.extension.gui.dock.preference.preferences.DockPropertyPreference<KeyStroke>
              extended by bibliothek.gui.dock.common.preference.KeyStrokeNormalizePreference
All Implemented Interfaces:
Preference<KeyStroke>

public class KeyStrokeNormalizePreference
extends DockPropertyPreference<KeyStroke>

KeyStroke that will normalize a CDockable.

Author:
Benjamin Sigg

Constructor Summary
KeyStrokeNormalizePreference(DockProperties properties)
          Creates a new preference
 
Method Summary
 
Methods inherited from class bibliothek.extension.gui.dock.preference.preferences.DockPropertyPreference
read, write
 
Methods 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, setValueInfo
 
Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreference
fireChanged, hasListeners, listeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStrokeNormalizePreference

public KeyStrokeNormalizePreference(DockProperties properties)
Creates a new preference

Parameters:
properties - the properties to access