Class ui.KeyLayout
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ui.KeyLayout

java.lang.Object
   |
   +----ui.KeyLayout

public class KeyLayout
extends Object
A description of a key in the key pad.

Variable Index

 o color
background color of the key.
 o key
Name of the key.
 o keycomment
Information about the key.
 o shiftkey
Name of the shifted key.
 o shiftkeycomment
Information about the shifted key.
 o size
size of the key.

Variables

 o key
  public String key
Name of the key. It has to be different for different keys.
 o keycomment
  public String keycomment
Information about the key.
 o shiftkey
  public String shiftkey
Name of the shifted key.
 o shiftkeycomment
  public String shiftkeycomment
Information about the shifted key.
 o size
  public int size
size of the key. Specifies the number of cells in a row in the key pad. The default value is 1. Use GridBagConstraints.REMAINDER to specify that the component be the last one in its row
 o color
  public Color color
background color of the key.

All Packages  Class Hierarchy  This Package  Previous  Next  Index