org.a11y.BrlAPI
Class Key

java.lang.Object
  extended by org.a11y.BrlAPI.Key

public class Key
extends java.lang.Object


Field Summary
protected  int argument
           
protected  long code
           
protected  int command
           
protected  int flags
           
protected  int type
           
 
Constructor Summary
Key(long code)
           
 
Method Summary
 void expandKeyCode(long code)
           
 int getArgument()
           
 long getCode()
           
 int getCommand()
           
 int getFlags()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected final long code

type

protected int type

command

protected int command

argument

protected int argument

flags

protected int flags
Constructor Detail

Key

public Key(long code)
Method Detail

expandKeyCode

public final void expandKeyCode(long code)

getCode

public long getCode()

getType

public int getType()

getCommand

public int getCommand()

getArgument

public int getArgument()

getFlags

public int getFlags()