net.infonode.docking.drag
public interface DockingWindowDragger
Since: IDW 1.3.0
Version: $Revision: 1.6 $
Method Summary | |
---|---|
void | abortDrag()
Aborts this drag operation. |
void | dragWindow(MouseEvent mouseEvent)
Drags the window to a new location. |
void | dropWindow(MouseEvent mouseEvent)
Drops the window at the specified location.
|
DockingWindow | getDragWindow()
The window that is dragged and dropped.
|
RootWindow | getDropTarget()
Returns the {@link RootWindow} where the window can be dropped.
|
Parameters: mouseEvent the mouse event that caused the drag
Parameters: mouseEvent the mouse event that caused the drop
Returns: the window that is dragged and dropped.
Returns: the {@link RootWindow} where the window can be dropped