类的用途
java.awt.dnd.DragSourceDropEvent
使用 DragSourceDropEvent 的包
-
DragSourceDropEvent 在 java.awt.dnd 中的用法
java.awt.dnd 中的方法,参数类型为 DragSourceDropEvent修饰符和类型方法描述voidDragSourceAdapter.dragDropEnd(DragSourceDropEvent dsde) 调用此方法表示拖放操作已完成。voidDragSourceContext.dragDropEnd(DragSourceDropEvent dsde) 在注册到此DragSourceContext和关联的DragSource的DragSourceListener上调用dragDropEnd,并将指定的DragSourceDropEvent传递给它们。voidDragSourceListener.dragDropEnd(DragSourceDropEvent dsde) 调用此方法表示拖放操作已完成。