public static class WDragTargetWidget.DropData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
@NonNull WDragTargetWidget.DropType |
dropType
The drop type
|
@Nullable org.eclipse.e4.ui.model.application.ui.MUIElement |
reference
The reference element
|
@NonNull org.eclipse.e4.ui.model.application.ui.MUIElement |
sourceElement
The source element
|
| Constructor and Description |
|---|
DropData(@Nullable org.eclipse.e4.ui.model.application.ui.MUIElement reference,
@NonNull org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement,
@NonNull WDragTargetWidget.DropType dropType)
Create new drop data
|
public final @Nullable org.eclipse.e4.ui.model.application.ui.MUIElement reference
public final @NonNull org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement
public final @NonNull WDragTargetWidget.DropType dropType
public DropData(@Nullable org.eclipse.e4.ui.model.application.ui.MUIElement reference,
@NonNull org.eclipse.e4.ui.model.application.ui.MUIElement sourceElement,
@NonNull WDragTargetWidget.DropType dropType)
reference - the referencesourceElement - the source elementdropType - the drop type