org.a11y.BrlAPI

Class Key

public class Key extends Object

Field Summary
protected intargument
protected longcode
protected intcommand
protected intflags
protected inttype
Constructor Summary
Key(long code)
Method Summary
voidexpandKeyCode(long code)
intgetArgument()
longgetCode()
intgetCommand()
intgetFlags()
intgetType()

Field Detail

argument

protected int argument

code

protected final long code

command

protected int command

flags

protected int flags

type

protected int type

Constructor Detail

Key

public Key(long code)

Method Detail

expandKeyCode

public final void expandKeyCode(long code)

getArgument

public int getArgument()

getCode

public long getCode()

getCommand

public int getCommand()

getFlags

public int getFlags()

getType

public int getType()