|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.AWTEvent | +--java.awt.event.MouseEvent
Field Summary | |
static int |
MOUSE_CLICKED
|
static int |
MOUSE_DRAGGED
|
static int |
MOUSE_ENTERED
|
static int |
MOUSE_EXITED
|
static int |
MOUSE_MOVED
|
static int |
MOUSE_PRESSED
|
static int |
MOUSE_RELEASED
|
Fields inherited from class java.awt.AWTEvent |
consumed,
id,
source |
Constructor Summary | |
MouseEvent(Component source,
int id,
long when,
int modifiers,
int x,
int y,
int clickCount,
boolean popupTrigger)
|
Method Summary | |
int |
getX()
|
int |
getY()
|
void |
translatePoint(int dx,
int dy)
|
Methods inherited from class java.awt.AWTEvent |
getID,
getSource |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int MOUSE_CLICKED
public static final int MOUSE_PRESSED
public static final int MOUSE_RELEASED
public static final int MOUSE_MOVED
public static final int MOUSE_ENTERED
public static final int MOUSE_EXITED
public static final int MOUSE_DRAGGED
Constructor Detail |
public MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger)
Method Detail |
public int getX()
public int getY()
public void translatePoint(int dx, int dy)
|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |