bibliothek.extension.gui.dock.preference.preferences
Class ModifierMaskNoCombinationPreference

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<ModifierMask>
              extended by bibliothek.extension.gui.dock.preference.preferences.ModifierMaskNoCombinationPreference
All Implemented Interfaces:
Preference<ModifierMask>

public class ModifierMaskNoCombinationPreference
extends DockPropertyPreference<ModifierMask>

Preference for the mask that prevents combinations when moving a Dockable.

Author:
Benjamin Sigg
See Also:
DockRelocatorMode.NO_COMBINATION_MASK

Constructor Summary
ModifierMaskNoCombinationPreference(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

ModifierMaskNoCombinationPreference

public ModifierMaskNoCombinationPreference(DockProperties properties)
Creates a new preference

Parameters:
properties - to read and write the value of this preference