Uses of Interface
bibliothek.gui.dock.station.stack.DndAutoSelectStrategy

Packages that use DndAutoSelectStrategy
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of DndAutoSelectStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type DndAutoSelectStrategy
static PropertyKey<DndAutoSelectStrategy> StackDockStation.DND_AUTO_SELECT_STRATEGY
          Decides what happens if the use drags some data over a tab (the default behavior is defined by DEFAULT).
 

Uses of DndAutoSelectStrategy in bibliothek.gui.dock.station.stack
 

Fields in bibliothek.gui.dock.station.stack declared as DndAutoSelectStrategy
static DndAutoSelectStrategy DndAutoSelectStrategy.DEFAULT
          The default implementation just focuses the Dockable under the mouse.
static DndAutoSelectStrategy DndAutoSelectStrategy.IGNORE
          Does not perform any actions.