gnu.x11.keysym
Class DEC

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

public class DEC
extends java.lang.Object

DEC-specific keyboard symbols. Imported from /usr/include/X11/DECkeysym.h. Note that 29th bit is set.


Field Summary
static int ACUTE_ACCENT
           
static int CEDILLA_ACCENT
           
static int CIRCUMFLEX_ACCENT
           
static int DIAERESIS
           
static int GRAVE_ACCENT
           
static int REMOVE
           
static int RING_ACCENT
           
static int TILDE
           
 
Constructor Summary
DEC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RING_ACCENT

public static final int RING_ACCENT
See Also:
Constant Field Values

CIRCUMFLEX_ACCENT

public static final int CIRCUMFLEX_ACCENT
See Also:
Constant Field Values

CEDILLA_ACCENT

public static final int CEDILLA_ACCENT
See Also:
Constant Field Values

ACUTE_ACCENT

public static final int ACUTE_ACCENT
See Also:
Constant Field Values

GRAVE_ACCENT

public static final int GRAVE_ACCENT
See Also:
Constant Field Values

TILDE

public static final int TILDE
See Also:
Constant Field Values

DIAERESIS

public static final int DIAERESIS
See Also:
Constant Field Values

REMOVE

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

DEC

public DEC()