public static class DnDFeedbackService.DnDFeedbackData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DnDFeedbackService.Region |
containerRegion
The region of the reference element
|
WDragTargetWidget.DropType |
dropType
The drop type
|
org.eclipse.e4.ui.model.application.ui.MUIElement |
feedbackContainerElement
The container to show the feedback on
|
org.eclipse.e4.ui.model.application.ui.MUIElement |
reference
The reference element currently dragged over
|
org.eclipse.e4.ui.model.application.ui.MUIElement |
sourceElement
The dragged element
|
| Constructor and Description |
|---|
DnDFeedbackData(org.eclipse.e4.ui.model.application.ui.MUIElement reference,
org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement,
WDragTargetWidget.DropType dropType,
org.eclipse.e4.ui.model.application.ui.MUIElement feedbackContainerElement,
DnDFeedbackService.Region containerRegion)
Create a new feedback data instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final org.eclipse.e4.ui.model.application.ui.MUIElement reference
public final org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement
public final WDragTargetWidget.DropType dropType
public final org.eclipse.e4.ui.model.application.ui.MUIElement feedbackContainerElement
public final DnDFeedbackService.Region containerRegion
public DnDFeedbackData(org.eclipse.e4.ui.model.application.ui.MUIElement reference,
org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement,
WDragTargetWidget.DropType dropType,
org.eclipse.e4.ui.model.application.ui.MUIElement feedbackContainerElement,
DnDFeedbackService.Region containerRegion)
reference - the reference element currently dragged oversourceElement - the element draggeddropType - the drop typefeedbackContainerElement - the container elementcontainerRegion - the region of the reference element