API Documentation > Classes > Class MouseButton
Class MouseButton

package com.ptc.pfc.pfcSession;

public class
MouseButton
implements
jxenum


Description
Represents an enumerated list of mouse button actions.
Field Summary
static final int
_MOUSE_BTN_LEFT
Integer value of enum value "MOUSE_BTN_LEFT"
static final MouseButton
MOUSE_BTN_LEFT
Object value of enum value "MOUSE_BTN_LEFT"
static final int
_MOUSE_BTN_MIDDLE
Integer value of enum value "MOUSE_BTN_MIDDLE"
static final MouseButton
MOUSE_BTN_MIDDLE
Object value of enum value "MOUSE_BTN_MIDDLE"
static final int
_MOUSE_BTN_RIGHT
Integer value of enum value "MOUSE_BTN_RIGHT"
static final MouseButton
MOUSE_BTN_RIGHT
Object value of enum value "MOUSE_BTN_RIGHT"
static final int
_MOUSE_BTN_LEFT_DOUBLECLICK
Integer value of enum value "MOUSE_BTN_LEFT_DOUBLECLICK"
static final MouseButton
MOUSE_BTN_LEFT_DOUBLECLICK
Object value of enum value "MOUSE_BTN_LEFT_DOUBLECLICK"
static final int
_MOUSE_BTN_ANY
Integer value of enum value "MOUSE_BTN_ANY"
static final MouseButton
MOUSE_BTN_ANY
Object value of enum value "MOUSE_BTN_ANY"
static final int
_MOUSE_BTN_MOVE
Integer value of enum value "MOUSE_BTN_MOVE"
static final MouseButton
MOUSE_BTN_MOVE
Object value of enum value "MOUSE_BTN_MOVE"
static final int
_MouseButton_null
Enum null value.
Field Summary
static final int
Integer value of enum value "MOUSE_BTN_LEFT"
static final MouseButton
Object value of enum value "MOUSE_BTN_LEFT"
static final int
Integer value of enum value "MOUSE_BTN_MIDDLE"
static final MouseButton
Object value of enum value "MOUSE_BTN_MIDDLE"
static final int
Integer value of enum value "MOUSE_BTN_RIGHT"
static final MouseButton
Object value of enum value "MOUSE_BTN_RIGHT"
static final int
Integer value of enum value "MOUSE_BTN_LEFT_DOUBLECLICK"
static final MouseButton
Object value of enum value "MOUSE_BTN_LEFT_DOUBLECLICK"
static final int
Integer value of enum value "MOUSE_BTN_ANY"
static final MouseButton
Object value of enum value "MOUSE_BTN_ANY"
static final int
Integer value of enum value "MOUSE_BTN_MOVE"
static final MouseButton
Object value of enum value "MOUSE_BTN_MOVE"
static final int
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?