org.eclipse.swt.internal.mozilla
Class nsIDOMMouseEvent
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIDOMEvent
org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
public class nsIDOMMouseEvent
- extends nsIDOMUIEvent
Method Summary |
int |
GetAltKey(int[] aAltKey)
|
int |
GetButton(short[] aButton)
|
int |
GetClientX(int[] aClientX)
|
int |
GetClientY(int[] aClientY)
|
int |
GetCtrlKey(int[] aCtrlKey)
|
int |
GetMetaKey(int[] aMetaKey)
|
int |
GetRelatedTarget(long[] aRelatedTarget)
|
int |
GetScreenX(int[] aScreenX)
|
int |
GetScreenY(int[] aScreenY)
|
int |
GetShiftKey(int[] aShiftKey)
|
int |
InitMouseEvent(long typeArg,
int canBubbleArg,
int cancelableArg,
long viewArg,
int detailArg,
int screenXArg,
int screenYArg,
int clientXArg,
int clientYArg,
int ctrlKeyArg,
int altKeyArg,
int shiftKeyArg,
int metaKeyArg,
short buttonArg,
long relatedTargetArg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IDOMMOUSEEVENT_IID_STR
public static final java.lang.String NS_IDOMMOUSEEVENT_IID_STR
- See Also:
- Constant Field Values
NS_IDOMMOUSEEVENT_IID
public static final nsID NS_IDOMMOUSEEVENT_IID
nsIDOMMouseEvent
public nsIDOMMouseEvent(long address)
GetScreenX
public int GetScreenX(int[] aScreenX)
GetScreenY
public int GetScreenY(int[] aScreenY)
GetClientX
public int GetClientX(int[] aClientX)
GetClientY
public int GetClientY(int[] aClientY)
GetCtrlKey
public int GetCtrlKey(int[] aCtrlKey)
GetShiftKey
public int GetShiftKey(int[] aShiftKey)
GetAltKey
public int GetAltKey(int[] aAltKey)
GetMetaKey
public int GetMetaKey(int[] aMetaKey)
GetButton
public int GetButton(short[] aButton)
GetRelatedTarget
public int GetRelatedTarget(long[] aRelatedTarget)
InitMouseEvent
public int InitMouseEvent(long typeArg,
int canBubbleArg,
int cancelableArg,
long viewArg,
int detailArg,
int screenXArg,
int screenYArg,
int clientXArg,
int clientYArg,
int ctrlKeyArg,
int altKeyArg,
int shiftKeyArg,
int metaKeyArg,
short buttonArg,
long relatedTargetArg)