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 StationDropOperation.execute()
 class MergeOperation
          Uses a Merger to merge two DockStations.
 

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
 void DropOperation.destroy(RelocateOperation next)
           
 void MergeOperation.destroy(RelocateOperation next)
           
 void RelocateOperation.destroy(RelocateOperation next)
          Informs this operation that it will never be used (again) and that it should release any resources it has acquired.
protected  boolean DefaultDockRelocator.executeOperation(Dockable dockable, RelocateOperation operation)
          Executes the drag and drop event operation.