Uses of Class
com.hp.lft.sdk.java.MouseEventInfo
Packages that use MouseEventInfo
-
Uses of MouseEventInfo in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return MouseEventInfoModifier and TypeMethodDescriptionstatic MouseEventInfo
EventInfoFactory.createMouseEventInfo
(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) Creates aMouseEventInfo
with the given parameters.static MouseEventInfo
EventInfoFactory.createMouseEventInfo
(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int button) Creates aMouseEventInfo
with the given parameters.static MouseEventInfo
EventInfoFactory.createMouseEventInfo
(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) Creates aMouseEventInfo
with the given parameters.