gnu.x11.keysym
Class Latin8

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

public class Latin8
extends java.lang.Object

Latin 8-specific keyboard symbols. Imported from XK_LATIN8 section of /usr/include/X11/keysymdef.h. Note that byte 3 = 0x18.


Field Summary
static int BABOVEDOT
           
static int BABOVEDOT_SMALL
           
static int DABOVEDOT
           
static int DABOVEDOT_SMALL
           
static int FABOVEDOT
           
static int FABOVEDOT_SMALL
           
static int MABOVEDOT
           
static int MABOVEDOT_SMALL
           
static int PABOVEDOT
           
static int PABOVEDOT_SMALL
           
static int SABOVEDOT
           
static int SABOVEDOT_SMALL
           
static int TABOVEDOT
           
static int TABOVEDOT_SMALL
           
static int WACUTE
           
static int WACUTE_SMALL
           
static int WCIRCUMFLEX
           
static int WCIRCUMFLEX_SMALL
           
static int WDIAERESIS
           
static int WDIAERESIS_SMALL
           
static int WGRAVE
           
static int WGRAVE_SMALL
           
static int YCIRCUMFLEX
           
static int YCIRCUMFLEX_SMALL
           
static int YGRAVE
           
static int YGRAVE_SMALL
           
 
Constructor Summary
Latin8()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BABOVEDOT

public static final int BABOVEDOT
See Also:
Constant Field Values

BABOVEDOT_SMALL

public static final int BABOVEDOT_SMALL
See Also:
Constant Field Values

DABOVEDOT

public static final int DABOVEDOT
See Also:
Constant Field Values

WGRAVE

public static final int WGRAVE
See Also:
Constant Field Values

WACUTE

public static final int WACUTE
See Also:
Constant Field Values

DABOVEDOT_SMALL

public static final int DABOVEDOT_SMALL
See Also:
Constant Field Values

YGRAVE

public static final int YGRAVE
See Also:
Constant Field Values

FABOVEDOT

public static final int FABOVEDOT
See Also:
Constant Field Values

FABOVEDOT_SMALL

public static final int FABOVEDOT_SMALL
See Also:
Constant Field Values

MABOVEDOT

public static final int MABOVEDOT
See Also:
Constant Field Values

MABOVEDOT_SMALL

public static final int MABOVEDOT_SMALL
See Also:
Constant Field Values

PABOVEDOT

public static final int PABOVEDOT
See Also:
Constant Field Values

WGRAVE_SMALL

public static final int WGRAVE_SMALL
See Also:
Constant Field Values

PABOVEDOT_SMALL

public static final int PABOVEDOT_SMALL
See Also:
Constant Field Values

WACUTE_SMALL

public static final int WACUTE_SMALL
See Also:
Constant Field Values

SABOVEDOT

public static final int SABOVEDOT
See Also:
Constant Field Values

YGRAVE_SMALL

public static final int YGRAVE_SMALL
See Also:
Constant Field Values

WDIAERESIS

public static final int WDIAERESIS
See Also:
Constant Field Values

WDIAERESIS_SMALL

public static final int WDIAERESIS_SMALL
See Also:
Constant Field Values

SABOVEDOT_SMALL

public static final int SABOVEDOT_SMALL
See Also:
Constant Field Values

WCIRCUMFLEX

public static final int WCIRCUMFLEX
See Also:
Constant Field Values

TABOVEDOT

public static final int TABOVEDOT
See Also:
Constant Field Values

YCIRCUMFLEX

public static final int YCIRCUMFLEX
See Also:
Constant Field Values

WCIRCUMFLEX_SMALL

public static final int WCIRCUMFLEX_SMALL
See Also:
Constant Field Values

TABOVEDOT_SMALL

public static final int TABOVEDOT_SMALL
See Also:
Constant Field Values

YCIRCUMFLEX_SMALL

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

Latin8

public Latin8()