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

Packages that use RemoteRelocator
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock.control   
bibliothek.gui.dock.station.stack   
 

Uses of RemoteRelocator in bibliothek.extension.gui.dock.theme.bubble
 

Fields in bibliothek.extension.gui.dock.theme.bubble declared as RemoteRelocator
private  RemoteRelocator BubbleStackDockComponent.Tab.relocator
          the remote device to do drag & drop
 

Uses of RemoteRelocator in bibliothek.extension.gui.dock.theme.flat
 

Fields in bibliothek.extension.gui.dock.theme.flat declared as RemoteRelocator
private  RemoteRelocator FlatTab.FlatButton.relocator
          the currently used remote to do drag&drop operations
 

Uses of RemoteRelocator in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement RemoteRelocator
private  class DefaultDockRelocator.DefaultRemoteRelocator
          An implementation connecting a RemoteRelocator to the enclosing DefaultDockRelocator.
 

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

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

Fields in bibliothek.gui.dock.station.stack declared as RemoteRelocator
private  RemoteRelocator DefaultStackDockComponent.relocator
          the currently used remote
 

Fields in bibliothek.gui.dock.station.stack with type parameters of type RemoteRelocator
private  java.util.List<Tuple<Dockable,RemoteRelocator>> DefaultStackDockComponent.dockables
          The Dockables shown on this component and their RemoteRelocators to control drag&drop operations