public static class DndTabPaneFactory.FeedbackData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
javafx.geometry.Bounds |
bounds
The bounds of the reference tab
|
GenericTab |
draggedTab
The tab dragged
|
DndTabPaneFactory.DropType |
dropType
The drop type
|
GenericTab |
targetTab
The reference tab
|
| Constructor and Description |
|---|
FeedbackData(GenericTab draggedTab,
GenericTab targetTab,
javafx.geometry.Bounds bounds,
DndTabPaneFactory.DropType dropType)
Create a feedback data
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final GenericTab draggedTab
public final GenericTab targetTab
public final javafx.geometry.Bounds bounds
public final DndTabPaneFactory.DropType dropType
public FeedbackData(GenericTab draggedTab, GenericTab targetTab, javafx.geometry.Bounds bounds, DndTabPaneFactory.DropType dropType)
draggedTab - the dragged tabtargetTab - the reference tabbounds - the bounds of the reference tabdropType - the drop type