Uses of Class
bibliothek.gui.dock.control.ModifierMask

Packages that use ModifierMask
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.editor A set of PreferenceEditors for types that are often used. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of ModifierMask in bibliothek.extension.gui.dock.preference
 

Fields in bibliothek.extension.gui.dock.preference with type parameters of type ModifierMask
static PreferenceFactory<ModifierMask> PreferenceFactory.FACTORY_MODIFIER_MASK
          a factory for ModifierMasks
 

Uses of ModifierMask in bibliothek.extension.gui.dock.preference.editor
 

Fields in bibliothek.extension.gui.dock.preference.editor with type parameters of type ModifierMask
static PreferenceEditorFactory<ModifierMask> ModifierMaskEditor.FACTORY
          factory for new ModifierMaskEditors
 

Methods in bibliothek.extension.gui.dock.preference.editor that return ModifierMask
 ModifierMask ModifierMaskEditor.getValue()
           
 

Methods in bibliothek.extension.gui.dock.preference.editor with parameters of type ModifierMask
 void ModifierMaskEditor.setValue(ModifierMask value)
           
 

Method parameters in bibliothek.extension.gui.dock.preference.editor with type arguments of type ModifierMask
 void ModifierMaskEditor.setCallback(PreferenceEditorCallback<ModifierMask> callback)
           
 

Uses of ModifierMask in bibliothek.gui.dock.control
 

Fields in bibliothek.gui.dock.control with type parameters of type ModifierMask
static PropertyKey<ModifierMask> DockRelocatorMode.NO_COMBINATION_MASK
          the modifiers that must be pressed to activate the DockRelocatorMode.NO_COMBINATION relocator mode
static PropertyKey<ModifierMask> DockRelocatorMode.SCREEN_MASK
          the modifiers that must be pressed to activate the DockRelocatorMode.SCREEN_ONLY relocator mode
 

Methods in bibliothek.gui.dock.control that return ModifierMask
 ModifierMask AcceptanceDockRelocatorMode.getMask()
          Gets the mask for this mode.
 

Methods in bibliothek.gui.dock.control with parameters of type ModifierMask
 void AcceptanceDockRelocatorMode.setMask(ModifierMask mask)
          Sets the keys that must be pressed in order to activate this mode.
 

Constructors in bibliothek.gui.dock.control with parameters of type ModifierMask
AcceptanceDockRelocatorMode(ModifierMask mask)
          Creates a new mode.