Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

constants group KeyGroup


[ DEPRECATED ]
Description
These values are used to specify functional groups of keys.


Constants

const short NUM = = 256;
Description
specifies a numeric key.
const short ALPHA = = 512;
Description
specifies an alphabetic key.
const short FKEYS = = 768;
Description
specifies a function key.
const short CURSOR = = 1024;
Description
specifies a cursor key.
const short MISC = = 1280;
Description
specifies other keys.
const short TYPE = = 3840;
Top of Page