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

com.imagine.util.events
Class KeyEventType

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

public class KeyEventType
extends java.lang.Object

Defines the types of key events.


Field Summary
static KeyEventType KEY_PRESSED
           
static KeyEventType KEY_RELEASED
           
static KeyEventType KEY_TYPED
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_TYPED

public static final KeyEventType KEY_TYPED

KEY_PRESSED

public static final KeyEventType KEY_PRESSED

KEY_RELEASED

public static final KeyEventType KEY_RELEASED

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