public class DragStartEvent
extends java.util.EventObject
EventObject
containing information about the start of a drag.Constructor and Description |
---|
DragStartEvent(DragContext context) |
Modifier and Type | Method and Description |
---|---|
DragContext |
getContext()
Get the drag context for the drag operation.
|
java.lang.String |
toString()
Return a string representation of this event.
|
public DragStartEvent(DragContext context)
public java.lang.String toString()
toString
in class java.util.EventObject
public DragContext getContext()