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<javax.swing.KeyStroke>
              extended by bibliothek.gui.dock.common.preference.KeyStrokeExternalizePreference
All Implemented Interfaces:
Preference<javax.swing.KeyStroke>

public class KeyStrokeExternalizePreference
extends DockPropertyPreference<javax.swing.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
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

KeyStrokeExternalizePreference

public KeyStrokeExternalizePreference(DockProperties properties)
Creates a new preference

Parameters:
properties - the properties to access