com.sun.star.awt
Class MouseEvent
java.lang.Object
|
+--com.sun.star.lang.EventObject
|
+--com.sun.star.awt.InputEvent
|
+--com.sun.star.awt.MouseEvent
- public synchronized class MouseEvent
- extends com.sun.star.awt.InputEvent
Field Summary |
short |
Buttons
|
int |
ClickCount
|
boolean |
PopupTrigger
|
static java.lang.Object |
UNORUNTIMEDATA
|
int |
X
|
int |
Y
|
Fields inherited from class com.sun.star.awt.InputEvent |
Modifiers |
Fields inherited from class com.sun.star.lang.EventObject |
Source, UNOTYPEINFO |
Constructor Summary |
MouseEvent()
|
MouseEvent(java.lang.Object o,
short s1,
short s2,
int i1,
int i2,
int i3,
boolean b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Buttons
public short Buttons
ClickCount
public int ClickCount
PopupTrigger
public boolean PopupTrigger
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
X
public int X
Y
public int Y
MouseEvent
public MouseEvent()
MouseEvent
public MouseEvent(java.lang.Object o,
short s1,
short s2,
int i1,
int i2,
int i3,
boolean b)