ice.ri.enhancedawt.browser.gesture
Class Gesture

java.lang.Object
  extended byice.ri.enhancedawt.browser.gesture.Gesture
Direct Known Subclasses:
LocationGesture, PrimitiveGesture

public abstract class Gesture
extends Object


Field Summary
static int LOCATION_GESTURE
           
static int PRIMITIVE_GESTURE
           
protected  int type
           
 
Constructor Summary
Gesture(int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMITIVE_GESTURE

public static final int PRIMITIVE_GESTURE
See Also:
Constant Field Values

LOCATION_GESTURE

public static final int LOCATION_GESTURE
See Also:
Constant Field Values

type

protected int type
Constructor Detail

Gesture

public Gesture(int type)
Method Detail

getType

public int getType()