ilog.cpl.interactor
Class IlpGesture

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.interactor.IlpGesture
Direct Known Subclasses:
IlpGraphEditEquipmentObjectInteractor.Gesture, IltEditGroupInteractor.Gesture, IltEditLabelInteractor.Gesture, IltMakeLinearGroupInteractor.Gesture, IltMakeLinkInteractor.Gesture, IltMakePolyGroupInteractor.Gesture, IltMakeRectGroupInteractor.Gesture

public class IlpGesture
extends IlEnum

This class enumerates the possible basic gestures for interactions.

Since:
JTGO 3.0

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

BUTTON1_CLICKED

public static IlpGesture BUTTON1_CLICKED
Mouse click with button 1.


BUTTON2_CLICKED

public static IlpGesture BUTTON2_CLICKED
Mouse click with button 2.


BUTTON3_CLICKED

public static IlpGesture BUTTON3_CLICKED
Mouse click with button 3.


BUTTON1_DOUBLE_CLICKED

public static IlpGesture BUTTON1_DOUBLE_CLICKED
Mouse double click with button 1.


BUTTON2_DOUBLE_CLICKED

public static IlpGesture BUTTON2_DOUBLE_CLICKED
Mouse double click with button 2.


BUTTON3_DOUBLE_CLICKED

public static IlpGesture BUTTON3_DOUBLE_CLICKED
Mouse double click with button 3.


FOCUS_IN

public static IlpGesture FOCUS_IN
The view just took the focus.


FOCUS_OUT

public static IlpGesture FOCUS_OUT
The view just lost the focus.


MOUSE_ENTERED

public static IlpGesture MOUSE_ENTERED
The mouse has entered the view.


MOUSE_EXITED

public static IlpGesture MOUSE_EXITED
The mouse has exited the view.


MOUSE_MOVED

public static IlpGesture MOUSE_MOVED
The mouse has moved.


metainfo

public static final IlEnumInfo metainfo
Metainformation about gesture enumeration.

Constructor Detail

IlpGesture

public IlpGesture()


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.