Class MouseEvent
java.lang.Object
javaforce.webui.event.MouseEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
action
-
ctrlKey
public boolean ctrlKey -
altKey
public boolean altKey -
shiftKey
public boolean shiftKey -
x
public int x -
y
public int y -
buttons
public int buttons
-
-
Constructor Details
-
MouseEvent
public MouseEvent()
-