Class TouchscreenMouseListener
java.lang.Object
java.awt.event.MouseAdapter
com.inductiveautomation.vision.api.client.components.touchscreen.TouchscreenMouseListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
- Direct Known Subclasses:
TouchscreenMouseListener
This mouse listener implements touchscreen logic for most
TouchscreenMouseListener.TouchscreenEnabledComponent
vision components. All
you need to do to use this is add an instance of it as a mouse listener to your component.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseWheelMoved
-
Field Details
-
MODE_IGNORE
public static final int MODE_IGNORE- See Also:
-
MODE_SINGLE_CLICK
public static final int MODE_SINGLE_CLICK- See Also:
-
MODE_DOUBLE_CLICK
public static final int MODE_DOUBLE_CLICK- See Also:
-
-
Constructor Details
-
TouchscreenMouseListener
-
-
Method Details
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
- Overrides:
mouseReleased
in classMouseAdapter
-