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 MouseEvent
Returns 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 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.