Uses of Interface
bibliothek.gui.dock.control.relocator.RelocateOperation

Packages that use RelocateOperation
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

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

Classes in bibliothek.gui.dock.control.relocator that implement RelocateOperation
 class DropOperation
          This operation calls DockStation.drop()
 class MergeOperation
          Uses a Merger to merge two DockStations.
 class MoveOperation
          This operation calls DockStation.move().
 

Methods in bibliothek.gui.dock.control.relocator that return RelocateOperation
protected  RelocateOperation DefaultDockRelocator.preparePut(int mouseX, int mouseY, int titleX, int titleY, Dockable dockable)
          Searches a station which can become the parent of dockable if the mouse is released at mouseX/mouseY.
 

Methods in bibliothek.gui.dock.control.relocator with parameters of type RelocateOperation
protected  void DefaultDockRelocator.executeOperation(Dockable dockable, RelocateOperation operation)
          Executes the drag and drop event operation.