org.gnu.gdk

Class EventKey


public class EventKey
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

EventKey(Handle handle)

Method Summary

int
getGroup()
protected static int
getGroup(Handle obj)
protected static int
getHardwareKeycode(Handle obj)
int
getKeyVal()
protected static int
getKeyval(Handle obj)
int
getLength()
protected static int
getLength(Handle obj)
ModifierType
getModifierKey()
protected static boolean
getSendEvent(Handle obj)
int
getState()
protected static int
getState(Handle obj)
String
getString()
protected static String
getString(Handle obj)
protected static int
getTime(Handle obj)
protected static int
getType(Handle obj)
Window
getWindow()
protected static Handle
getWindow(Handle obj)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

EventKey

public EventKey(Handle handle)

Method Details

getGroup

public int getGroup()


getGroup

protected static final int getGroup(Handle obj)


getHardwareKeycode

protected static final int getHardwareKeycode(Handle obj)


getKeyVal

public int getKeyVal()


getKeyval

protected static final int getKeyval(Handle obj)


getLength

public int getLength()


getLength

protected static final int getLength(Handle obj)


getModifierKey

public ModifierType getModifierKey()


getSendEvent

protected static final boolean getSendEvent(Handle obj)


getState

public int getState()


getState

protected static final int getState(Handle obj)


getString

public String getString()


getString

protected static final String getString(Handle obj)


getTime

protected static final int getTime(Handle obj)


getType

protected static final int getType(Handle obj)


getWindow

public Window getWindow()


getWindow

protected static final Handle getWindow(Handle obj)