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
.
Constructor and Description |
---|
SplitDropInfo(DockingWindow window,
DockingWindow dropWindow,
java.awt.Point point,
Direction splitDirection) |
Modifier and Type | Method and Description |
---|---|
Direction |
getSplitDirection()
Returns the current split direction i.e.
|
getDropWindow, getPoint, getWindow
public SplitDropInfo(DockingWindow window, DockingWindow dropWindow, java.awt.Point point, Direction splitDirection)
public Direction getSplitDirection()