|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
java.awt.dnd.DragSourceEvent
java.awt.dnd.DragSourceDropEvent
public class DragSourceDropEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DragSourceDropEvent(DragSourceContext context)
|
|
DragSourceDropEvent(DragSourceContext context,
int dropAction,
boolean dropSuccess)
|
|
DragSourceDropEvent(DragSourceContext context,
int dropAction,
boolean dropSuccess,
int x,
int y)
|
Method Summary | |
---|---|
int |
getDropAction()
|
boolean |
getDropSuccess()
|
Methods inherited from class java.awt.dnd.DragSourceEvent |
---|
getDragSourceContext, getLocation, getX, getY |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DragSourceDropEvent(DragSourceContext context)
public DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess)
public DragSourceDropEvent(DragSourceContext context, int dropAction, boolean dropSuccess, int x, int y)
Method Detail |
---|
public int getDropAction()
public boolean getDropSuccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |