org.gnu.gdk
Class EventKey

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.Boxed
          extended by org.gnu.gdk.Event
              extended by org.gnu.gdk.EventKey

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.EventKey.

public class EventKey
extends Event


Constructor Summary
EventKey(Event evt)
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
EventKey(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
static EventKey getEventKey(org.gnu.glib.Handle handle)
          Deprecated.  
 int getGroup()
          Deprecated.  
 int getKeyVal()
          Deprecated.  
 int getLength()
          Deprecated.  
 ModifierType getModifierKey()
          Deprecated.  
 int getState()
          Deprecated.  
 java.lang.String getString()
          Deprecated.  
 Window getWindow()
          Deprecated.  
 
Methods inherited from class org.gnu.gdk.Event
eventsPending, get, getGraphicsExpose, getTime, peek, put
 
Methods inherited from class org.gnu.glib.Boxed
equals, getBoxedFromHandle, hashCode
 
Methods inherited from class org.gnu.glib.Struct
getHandle, getNullHandle
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventKey

public EventKey(Event evt)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Promotion constructor. Construct the specific event object by promoting (sharing the Handle object of) the base Event.


EventKey

public EventKey(org.gnu.glib.Handle handle)
Deprecated. 
Method Detail

getEventKey

public static EventKey getEventKey(org.gnu.glib.Handle handle)
Deprecated. 

getKeyVal

public int getKeyVal()
Deprecated. 

getString

public java.lang.String getString()
Deprecated. 

getGroup

public int getGroup()
Deprecated. 

getLength

public int getLength()
Deprecated. 

getState

public int getState()
Deprecated. 

getModifierKey

public ModifierType getModifierKey()
Deprecated. 

getWindow

public Window getWindow()
Deprecated.