| Klasse java.awt.event.MouseEvent | 1.1 |
java.lang.Object
|
+--java.util.EventObject
|
+--java.awt.AWTEvent
|
+--java.awt.event.ComponentEvent
|
+--java.awt.event.InputEvent
|
+--java.awt.event.MouseEvent
| Datenelemente | |
|---|---|
| public final static int | BUTTON1 ![]() |
| public final static int | BUTTON2 ![]() |
| public final static int | BUTTON3 ![]() |
| public static final int | MOUSE_FIRST |
| public static final int | MOUSE_LAST |
| 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 |
| public final static int | MOUSE_WHEEL ![]() |
| public final static int | NOBUTTON ![]() |
| Konstruktoren | |
|---|---|
| public | MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) |
| public | MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int button) ![]() |
| Methoden | |
|---|---|
| public int | getClickCount() |
| public static String | getMouseModifiersText(int modifiers) ![]() |
| public Point | getPoint() |
| public int | getX() |
| public int | getY() |
| public boolean | isPopupTrigger() |
| public String | paramString() |
| public synchronized void | translatePoint(int x, int y) |
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)
![[1.4]](../../images/marg14.gif)