|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
swingwt.awt.dnd.DragSourceEvent
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DragSourceEvent(DragSourceContext dsc)
|
|
DragSourceEvent(DragSourceContext dsc,
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 dsc)
public DragSourceEvent(DragSourceContext dsc,
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 | |||||||||