-
public final class DragTargetState<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final TdataToDropprivate final DragTypedragType
-
Constructor Summary
Constructors Constructor Description DragTargetState(T dataToDrop, DragType dragType)
-
Method Summary
Modifier and Type Method Description final TgetDataToDrop()final DragTypegetDragType()-
-
Method Detail
-
getDataToDrop
final T getDataToDrop()
-
getDragType
final DragType getDragType()
-
-
-
-