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

Packages that use ModifierMask
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of ModifierMask in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement ModifierMask
 class SimpleModifierMask
          This mask uses two integers on and off to check a modifier.
 

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 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.