Calendar Component v5.1
www.calendarcomponent.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
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MOUSE_MOVED

public static final MouseMotionEventType MOUSE_MOVED

MOUSE_DRAGGED

public static final MouseMotionEventType MOUSE_DRAGGED
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()

Calendar Component v5.1
www.calendarcomponent.com