net.infonode.docking.drop
Class SplitDropInfo
java.lang.Object
net.infonode.docking.drop.DropInfo
net.infonode.docking.drop.SplitDropInfo
public class SplitDropInfo
- extends DropInfo
Information about an ongoing split drop i.e. a drop that would result
in a split of the drop window.
A split drop can be performed on a SplitWindow
,
TabWindow
or a View
.
- Since:
- IDW 1.4.0
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
Method Summary |
Direction |
getSplitDirection()
Returns the current split direction i.e. in what direction the drop window
should be split. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
splitDirection
private Direction splitDirection
SplitDropInfo
public SplitDropInfo(DockingWindow window,
DockingWindow dropWindow,
java.awt.Point point,
Direction splitDirection)
getSplitDirection
public Direction getSplitDirection()
- Returns the current split direction i.e. in what direction the drop window
should be split.
- Returns:
- the split direction