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

Packages that use DirectRemoteRelocator
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of DirectRemoteRelocator in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return DirectRemoteRelocator
 DirectRemoteRelocator DockRelocator.createDirectRemote(Dockable dockable)
          Creates a device with which drag&drop operations concerning dockable can be initiated and executed.
 DirectRemoteRelocator DockRelocator.createDirectRemote(Dockable dockable, boolean forceDrag)
          Creates a device with which drag&drop operations concerning dockable can be initiated and executed.
 

Uses of DirectRemoteRelocator in bibliothek.gui.dock.control.relocator
 

Methods in bibliothek.gui.dock.control.relocator that return DirectRemoteRelocator
 DirectRemoteRelocator DefaultDockRelocator.createDirectRemote(Dockable dockable)
           
 DirectRemoteRelocator DefaultDockRelocator.createDirectRemote(Dockable dockable, boolean forceDrag)