|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.DragEvent
org.gnu.gtk.event.DragMotionEvent
Nested Class Summary | |
static class |
DragMotionEvent.Type
|
Constructor Summary | |
DragMotionEvent(DragEvent event,
int x,
int y,
int time)
|
Method Summary | |
int |
getTime()
|
int |
getX()
|
int |
getY()
|
Methods inherited from class org.gnu.gtk.event.DragEvent |
getDragContext |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
getSource, getType, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DragMotionEvent(DragEvent event, int x, int y, int time)
Method Detail |
public int getX()
public int getY()
public int getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |