gnu.x11.keysym
Class Latin3

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

public class Latin3
extends java.lang.Object

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


Field Summary
static int CABOVEDOT
           
static int CABOVEDOT_SMALL
           
static int CCIRCUMFLEX
           
static int CCIRCUMFLEX_SMALL
           
static int GABOVEDOT
           
static int GABOVEDOT_SMALL
           
static int GBREVE
           
static int GBREVE_SMALL
           
static int GCIRCUMFLEX
           
static int GCIRCUMFLEX_SMALL
           
static int HCIRCUMFLEX
           
static int HCIRCUMFLEX_SMALL
           
static int HSTROKE
           
static int HSTROKE_SMALL
           
static int IABOVEDOT
           
static int IDOTLESS_SMALL
           
static int JCIRCUMFLEX
           
static int JCIRCUMFLEX_SMALL
           
static int SCIRCUMFLEX
           
static int SCIRCUMFLEX_SMALL
           
static int UBREVE
           
static int UBREVE_SMALL
           
 
Constructor Summary
Latin3()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HSTROKE

public static final int HSTROKE
See Also:
Constant Field Values

HCIRCUMFLEX

public static final int HCIRCUMFLEX
See Also:
Constant Field Values

IABOVEDOT

public static final int IABOVEDOT
See Also:
Constant Field Values

GBREVE

public static final int GBREVE
See Also:
Constant Field Values

JCIRCUMFLEX

public static final int JCIRCUMFLEX
See Also:
Constant Field Values

HSTROKE_SMALL

public static final int HSTROKE_SMALL
See Also:
Constant Field Values

HCIRCUMFLEX_SMALL

public static final int HCIRCUMFLEX_SMALL
See Also:
Constant Field Values

IDOTLESS_SMALL

public static final int IDOTLESS_SMALL
See Also:
Constant Field Values

GBREVE_SMALL

public static final int GBREVE_SMALL
See Also:
Constant Field Values

JCIRCUMFLEX_SMALL

public static final int JCIRCUMFLEX_SMALL
See Also:
Constant Field Values

CABOVEDOT

public static final int CABOVEDOT
See Also:
Constant Field Values

CCIRCUMFLEX

public static final int CCIRCUMFLEX
See Also:
Constant Field Values

GABOVEDOT

public static final int GABOVEDOT
See Also:
Constant Field Values

GCIRCUMFLEX

public static final int GCIRCUMFLEX
See Also:
Constant Field Values

UBREVE

public static final int UBREVE
See Also:
Constant Field Values

SCIRCUMFLEX

public static final int SCIRCUMFLEX
See Also:
Constant Field Values

CABOVEDOT_SMALL

public static final int CABOVEDOT_SMALL
See Also:
Constant Field Values

CCIRCUMFLEX_SMALL

public static final int CCIRCUMFLEX_SMALL
See Also:
Constant Field Values

GABOVEDOT_SMALL

public static final int GABOVEDOT_SMALL
See Also:
Constant Field Values

GCIRCUMFLEX_SMALL

public static final int GCIRCUMFLEX_SMALL
See Also:
Constant Field Values

UBREVE_SMALL

public static final int UBREVE_SMALL
See Also:
Constant Field Values

SCIRCUMFLEX_SMALL

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

Latin3

public Latin3()