Uses of Enum Class
com.hp.lft.sdk.java.MouseEvent
Packages that use MouseEvent
-
Uses of MouseEvent in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return MouseEventModifier and TypeMethodDescriptionMouseEventInfo.getMouseEvent()Returns the mouse action of this event.static MouseEventReturns the enum constant of this class with the specified name.static MouseEvent[]MouseEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type MouseEventModifier 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.