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 MouseEventInfoEventInfoFactory.createMouseEventInfo(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) Creates aMouseEventInfowith the given parameters.static MouseEventInfoEventInfoFactory.createMouseEventInfo(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int button) Creates aMouseEventInfowith the given parameters.static MouseEventInfoEventInfoFactory.createMouseEventInfo(MouseEvent mouseEvent, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) Creates aMouseEventInfowith the given parameters.