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

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

Uses of RemoteRelocator in bibliothek.gui.dock.control
 

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

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

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