AcceleratorTable Class

AcceleratorTable Class

This Package | All Packages

public class AcceleratorTable

Topic under construction.

Constructors
Name Description
AcceleratorTable() Topic under construction.

Methods
Name Description
add(int keyCode, EventHandler onKey) Topic under construction.
dispose() Topic under construction.
remove(int keyCode) Topic under construction.
translateMessage(MSG msg) Topic under construction.

Constructors

AcceleratorTable.AcceleratorTable

Syntax
public AcceleratorTable();
Description

Topic under construction.

Methods

AcceleratorTable.add

Syntax
public void add( int keyCode, EventHandler onKey );
Description

Topic under construction.

AcceleratorTable.dispose

Syntax
public void dispose();
Description

Topic under construction.

AcceleratorTable.remove

Syntax
public void remove( int keyCode );
Description

Topic under construction.

AcceleratorTable.translateMessage

Syntax
public boolean translateMessage( MSG msg );
Description

Topic under construction.