org.gnu.gdk
Class EventKey

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.gdk.EventKey

public class EventKey
extends Boxed


Constructor Summary
EventKey(int handle)
           
 
Method Summary
 int getGroup()
           
 int getKeyVal()
           
 int getLength()
           
 int getState()
           
 java.lang.String getString()
           
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventKey

public EventKey(int handle)
Method Detail

getKeyVal

public int getKeyVal()

getString

public java.lang.String getString()

getGroup

public int getGroup()

getLength

public int getLength()

getState

public int getState()

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