gnu.x11.keysym
Class Latin9

java.lang.Object
  extended by gnu.x11.keysym.Latin9

public class Latin9
extends java.lang.Object

Latin 9 (Latin 0)-specific keyboard symbols. Imported from XK_LATIN9 section of /usr/include/X11/keysymdef.h. Note that byte 3 = 0x19.


Field Summary
static int OE
           
static int OE_SMALL
           
 
Constructor Summary
Latin9()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OE

public static final int OE
See Also:
Constant Field Values

OE_SMALL

public static final int OE_SMALL
See Also:
Constant Field Values
Constructor Detail

Latin9

public Latin9()