java.lang.Object | +--java.util.EventObject | +--java.awt.dnd.DragSourceEvent | +--java.awt.dnd.DragSourceDropEvent
DragSourceDropEvent(java.awt.dnd.DragSourceContext context) |
DragSourceDropEvent(java.awt.dnd.DragSourceContext context, int dropAction, boolean success) |
DragSourceDropEvent(java.awt.dnd.DragSourceContext context, int dropAction, boolean success, int x, int y) |
int | getDropAction() |
boolean | getDropSuccess() |
public DragSourceDropEvent(java.awt.dnd.DragSourceContext context)
Parameters:context
- public DragSourceDropEvent(java.awt.dnd.DragSourceContext context, int dropAction, boolean success)
Parameters:context
- dropAction
- success
- public DragSourceDropEvent(java.awt.dnd.DragSourceContext context, int dropAction, boolean success, int x, int y)
Parameters:context
- dropAction
- success
- x
- y
- public int getDropAction()
public boolean getDropSuccess()