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 $
Method Summary |
Direction |
getSplitDirection()
Returns the current split direction i.e. in what direction the drop window
should be split. |
SplitDropInfo
public SplitDropInfo(DockingWindow window,
DockingWindow dropWindow,
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
Copyright © 2007 NNL Technology AB. All Rights Reserved.