net.infonode.docking.drag
public class DockingWindowDragSource extends Object
Since: IDW 1.3.0
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
DockingWindowDragSource(JComponent component, DockingWindowDraggerProvider draggerProvider)
Constructor.
|
Method Summary | |
---|---|
void | abortDrag()
Aborts the currect drag operation. |
Parameters: component the component on which to listen to mouse events that affects the drag and drop of a {@link net.infonode.docking.DockingWindow} draggerProvider provides the {@link DockingWindowDragger} when the drag operation begins, typically this provider gets the dragger by calling {@link net.infonode.docking.DockingWindow#startDrag(net.infonode.docking.RootWindow)} on the window which should be dragged