Java Calendar Component v3.1
www.java-calendar.com

com.imagine.util.events
Class MouseMotionEventType

java.lang.Object
  extended bycom.imagine.util.events.MouseMotionEventType

public class MouseMotionEventType
extends java.lang.Object

Defines the types of mouse events.


Field Summary
static MouseMotionEventType MOUSE_DRAGGED
           
static MouseMotionEventType MOUSE_MOVED
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_MOVED

public static final MouseMotionEventType MOUSE_MOVED

MOUSE_DRAGGED

public static final MouseMotionEventType MOUSE_DRAGGED

Java Calendar Component v3.1
www.java-calendar.com