public static class DndTabPaneFactory.DroppedData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
GenericTab |
draggedTab
The dragged tab
|
DndTabPaneFactory.DropType |
dropType
The drop type
|
GenericTab |
targetTab
The reference tab
|
double |
x
The x coordinate relative to the screen
|
double |
y
The y coordinate relative to the screen
|
| Constructor and Description |
|---|
DroppedData(double x,
double y,
GenericTab draggedTab,
GenericTab targetTab,
DndTabPaneFactory.DropType dropType)
Create drop data
|
public final GenericTab draggedTab
public final GenericTab targetTab
public final DndTabPaneFactory.DropType dropType
public final double x
public final double y
public DroppedData(double x,
double y,
GenericTab draggedTab,
GenericTab targetTab,
DndTabPaneFactory.DropType dropType)
x - the x coordinatey - the y coordinatedraggedTab - the dragged tabtargetTab - the target tabdropType - the drop type