Uses of Enum Class
com.hp.lft.sdk.web.MouseEventTypes
Packages that use MouseEventTypes
-
Uses of MouseEventTypes in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return MouseEventTypesModifier and TypeMethodDescriptionstatic MouseEventTypes
Returns the enum constant of this class with the specified name.static MouseEventTypes[]
MouseEventTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.web with parameters of type MouseEventTypesModifier and TypeMethodDescriptionstatic MouseEventInfo
EventInfoFactory.createMouseEventInfo
(MouseEventTypes type) Creates a mouse event info for the given mouse event type.