Uses of Class
org.gnu.gtk.event.KeyEvent.Type

Packages that use KeyEvent.Type
org.gnu.gtk.event   
 

Uses of KeyEvent.Type in org.gnu.gtk.event
 

Fields in org.gnu.gtk.event declared as KeyEvent.Type
static KeyEvent.Type KeyEvent.Type.KEY_PRESSED
          This event indicates that a key has been pressed.
static KeyEvent.Type KeyEvent.Type.KEY_RELEASED
          This event indicates that a key has been released.
 

Methods in org.gnu.gtk.event with parameters of type KeyEvent.Type
 boolean KeyEvent.isOfType(KeyEvent.Type test)
          Test to compare events.
 

Constructors in org.gnu.gtk.event with parameters of type KeyEvent.Type
KeyEvent(java.lang.Object source, KeyEvent.Type type, EventKey gdkEvent)
          Construct a KeyEvent object.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net