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

Packages that use StackDnDAutoSelectSupport
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 StackDnDAutoSelectSupport in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type StackDnDAutoSelectSupport
static PropertyKey<StackDnDAutoSelectSupport> StackDockStation.DND_AUTO_SELECT_SUPPORT
          Generic interface that listens to the drag and drop events, in order to auto select tabs.
This property is not intended to be set by clients, clients should set StackDockStation.DND_AUTO_SELECT_STRATEGY instead.
 

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

Classes in bibliothek.gui.dock.station.stack that implement StackDnDAutoSelectSupport
 class DnDAutoSelectSupport
          TransferHandler added to a StackDockComponent, will be informed if the mouse hovers over a tab, and forwards that information to the client.
This class extends TransferHandler, but it will always return false when calling TransferHandler#canImport(TransferSupport)).