bibliothek.gui.dock.common.preference
Class KeyStrokeExternalizePreference

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.KeyStrokeExternalizePreference
All Implemented Interfaces:
Preference<KeyStroke>

public class KeyStrokeExternalizePreference
extends DockPropertyPreference<KeyStroke>

KeyStroke that will externalize a CDockable

Author:
Benjamin Sigg

Constructor Summary
KeyStrokeExternalizePreference(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
doOperation, getDefaultValue, getDescription, getLabel, getOperations, getPath, getTypePath, getValue, getValueInfo, isEnabled, isNatural, setDefaultValue, setDescription, setLabel, setNatural, setValue, setValueInfo
 
Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreference
addPreferenceListener, fireChanged, listeners, removePreferenceListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStrokeExternalizePreference

public KeyStrokeExternalizePreference(DockProperties properties)
Creates a new preference

Parameters:
properties - the properties to access