|
|||||||||
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
public class DragSourceEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DragSourceEvent(DragSourceContext context)
|
|
DragSourceEvent(DragSourceContext context,
int x,
int y)
|
Method Summary | |
---|---|
DragSourceContext |
getDragSourceContext()
|
Point |
getLocation()
|
int |
getX()
|
int |
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 DragSourceEvent(DragSourceContext context)
public DragSourceEvent(DragSourceContext context, int x, int y)
Method Detail |
---|
public DragSourceContext getDragSourceContext()
public Point getLocation()
public int getX()
public int getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |