public class IlvMouseGesture extends Object
IlvCompositeInteractor
,
IlvEventMap
Modifier and Type | Field and Description |
---|---|
static IlvMouseGesture |
BUTTON1_CLICKED
Mouse click with button 1.
|
static IlvMouseGesture |
BUTTON1_DOUBLE_CLICKED
Mouse double click with button 1.
|
static IlvMouseGesture |
BUTTON1_MOUSE_PRESSED
The mouse button 1 has been pressed.
|
static IlvMouseGesture |
BUTTON1_MOUSE_RELEASED
The mouse button 1 has been released.
|
static IlvMouseGesture |
BUTTON2_CLICKED
Mouse click with button 2.
|
static IlvMouseGesture |
BUTTON2_DOUBLE_CLICKED
Mouse double click with button 2.
|
static IlvMouseGesture |
BUTTON2_MOUSE_PRESSED
The mouse button 2 has been pressed.
|
static IlvMouseGesture |
BUTTON2_MOUSE_RELEASED
The mouse button 2 has been released.
|
static IlvMouseGesture |
BUTTON3_CLICKED
Mouse click with button 3.
|
static IlvMouseGesture |
BUTTON3_DOUBLE_CLICKED
Mouse double click with button 3.
|
static IlvMouseGesture |
BUTTON3_MOUSE_PRESSED
The mouse button 3 has been pressed.
|
static IlvMouseGesture |
BUTTON3_MOUSE_RELEASED
The mouse button 3 has been released.
|
static IlvMouseGesture |
FOCUS_IN
The view just took the focus.
|
static IlvMouseGesture |
FOCUS_OUT
The view just lost the focus.
|
static IlvMouseGesture |
MOUSE_DRAGGED
The mouse has been dragged.
|
static IlvMouseGesture |
MOUSE_ENTERED
The mouse has entered the view.
|
static IlvMouseGesture |
MOUSE_EXITED
The mouse has exited the view.
|
static IlvMouseGesture |
MOUSE_MOVED
The mouse has moved.
|
Constructor and Description |
---|
IlvMouseGesture()
Creates a new instance of
IlvMouseGesture . |
Modifier and Type | Method and Description |
---|---|
static IlvMouseGesture |
FromName(String name)
Returns the gesture with the specified name, or
null if
the specified name is not among the names of the predefined gestures. |
public static final IlvMouseGesture BUTTON1_CLICKED
public static final IlvMouseGesture BUTTON2_CLICKED
public static final IlvMouseGesture BUTTON3_CLICKED
public static final IlvMouseGesture BUTTON1_DOUBLE_CLICKED
public static final IlvMouseGesture BUTTON2_DOUBLE_CLICKED
public static final IlvMouseGesture BUTTON3_DOUBLE_CLICKED
public static final IlvMouseGesture FOCUS_IN
public static final IlvMouseGesture FOCUS_OUT
public static final IlvMouseGesture MOUSE_ENTERED
public static final IlvMouseGesture MOUSE_EXITED
public static final IlvMouseGesture MOUSE_MOVED
public static final IlvMouseGesture MOUSE_DRAGGED
public static final IlvMouseGesture BUTTON1_MOUSE_PRESSED
public static final IlvMouseGesture BUTTON1_MOUSE_RELEASED
public static final IlvMouseGesture BUTTON2_MOUSE_PRESSED
public static final IlvMouseGesture BUTTON2_MOUSE_RELEASED
public static final IlvMouseGesture BUTTON3_MOUSE_PRESSED
public static final IlvMouseGesture BUTTON3_MOUSE_RELEASED
public IlvMouseGesture()
IlvMouseGesture
.public static IlvMouseGesture FromName(String name)
null
if
the specified name is not among the names of the predefined gestures.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.