|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.interactor.IlpGesture
public class IlpGesture
This class enumerates the possible basic gestures for interactions.
| Field Summary | |
|---|---|
static IlpGesture |
BUTTON1_CLICKED
Mouse click with button 1. |
static IlpGesture |
BUTTON1_DOUBLE_CLICKED
Mouse double click with button 1. |
static IlpGesture |
BUTTON2_CLICKED
Mouse click with button 2. |
static IlpGesture |
BUTTON2_DOUBLE_CLICKED
Mouse double click with button 2. |
static IlpGesture |
BUTTON3_CLICKED
Mouse click with button 3. |
static IlpGesture |
BUTTON3_DOUBLE_CLICKED
Mouse double click with button 3. |
static IlpGesture |
FOCUS_IN
The view just took the focus. |
static IlpGesture |
FOCUS_OUT
The view just lost the focus. |
static IlEnumInfo |
metainfo
Metainformation about gesture enumeration. |
static IlpGesture |
MOUSE_ENTERED
The mouse has entered the view. |
static IlpGesture |
MOUSE_EXITED
The mouse has exited the view. |
static IlpGesture |
MOUSE_MOVED
The mouse has moved. |
| Constructor Summary | |
|---|---|
IlpGesture()
|
|
| Method Summary |
|---|
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static IlpGesture BUTTON1_CLICKED
public static IlpGesture BUTTON2_CLICKED
public static IlpGesture BUTTON3_CLICKED
public static IlpGesture BUTTON1_DOUBLE_CLICKED
public static IlpGesture BUTTON2_DOUBLE_CLICKED
public static IlpGesture BUTTON3_DOUBLE_CLICKED
public static IlpGesture FOCUS_IN
public static IlpGesture FOCUS_OUT
public static IlpGesture MOUSE_ENTERED
public static IlpGesture MOUSE_EXITED
public static IlpGesture MOUSE_MOVED
public static final IlEnumInfo metainfo
| Constructor Detail |
|---|
public IlpGesture()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||