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

com.imagine.util.events
Class MouseEventType

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

public class MouseEventType
extends java.lang.Object

Defines the types of mouse events.


Field Summary
static MouseEventType MOUSE_CLICKED
           
static MouseEventType MOUSE_ENTERED
           
static MouseEventType MOUSE_EXITED
           
static MouseEventType MOUSE_PRESSED
           
static MouseEventType MOUSE_RELEASED
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_CLICKED

public static final MouseEventType MOUSE_CLICKED

MOUSE_PRESSED

public static final MouseEventType MOUSE_PRESSED

MOUSE_RELEASED

public static final MouseEventType MOUSE_RELEASED

MOUSE_ENTERED

public static final MouseEventType MOUSE_ENTERED

MOUSE_EXITED

public static final MouseEventType MOUSE_EXITED

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