KeyEvent Class

KeyEvent Class

This Package | All Packages

Event
  |
  +--KeyEvent
public class KeyEvent
extends Event

Topic under construction.

Fields
Name Description
handled Topic under construction.
keyChar Topic under construction.
keyData Topic under construction.

Constructors
Name Description
KeyEvent(int keyData, char keyChar) Topic under construction.

Methods
Name Description
getAlt() Topic under construction.
getControl() Topic under construction.
getKeyCode() Topic under construction.
getModifiers() Topic under construction.
getShift() Topic under construction.

Fields

KeyEvent.handled

Syntax
public boolean handled;
Description
Topic under construction.

KeyEvent.keyChar

Syntax
public final char keyChar;
Description
Topic under construction.

KeyEvent.keyData

Syntax
public final int keyData;
Description
Topic under construction.

Constructors

KeyEvent.KeyEvent

Syntax
public KeyEvent( int keyData, char keyChar );
Description

Topic under construction.

Methods

KeyEvent.getAlt

Syntax
public boolean getAlt();
Description

Topic under construction.

KeyEvent.getControl

Syntax
public boolean getControl();
Description

Topic under construction.

KeyEvent.getKeyCode

Syntax
public int getKeyCode();
Description

Topic under construction.

KeyEvent.getModifiers

Syntax
public int getModifiers();
Description

Topic under construction.

KeyEvent.getShift

Syntax
public boolean getShift();
Description

Topic under construction.