gnu.x11.keysym
Class HP

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

public class HP
extends java.lang.Object

Hewlett-Packard (HP)-specific keyboard symbols. Imported from /usr/include/X11/HPkeysym.h.


Field Summary
static int BACK_TAB
           
static int BLOCK
           
static int CLEAR_LINE
           
static int DELETE_CHAR
           
static int DELETE_LINE
           
static int GUILDER
           
static int INSERT_CHAR
           
static int INSERT_LINE
           
static int IO
           
static int KP_BACK_TAB
           
static int LIRA
           
static int LONGMINUS
           
static int MODELOCK1
           
static int MODELOCK2
           
static int MUTE_ACUTE
           
static int MUTE_ASCIICIRCUM
           
static int MUTE_ASCIITILDE
           
static int MUTE_DIAERESIS
           
static int MUTE_GRAVE
           
static int RESET
           
static int SYSTEM
           
static int USER
           
static int YDIAERESIS
           
 
Constructor Summary
HP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLEAR_LINE

public static final int CLEAR_LINE
See Also:
Constant Field Values

INSERT_LINE

public static final int INSERT_LINE
See Also:
Constant Field Values

DELETE_LINE

public static final int DELETE_LINE
See Also:
Constant Field Values

INSERT_CHAR

public static final int INSERT_CHAR
See Also:
Constant Field Values

DELETE_CHAR

public static final int DELETE_CHAR
See Also:
Constant Field Values

BACK_TAB

public static final int BACK_TAB
See Also:
Constant Field Values

KP_BACK_TAB

public static final int KP_BACK_TAB
See Also:
Constant Field Values

MODELOCK1

public static final int MODELOCK1
See Also:
Constant Field Values

MODELOCK2

public static final int MODELOCK2
See Also:
Constant Field Values

RESET

public static final int RESET
See Also:
Constant Field Values

SYSTEM

public static final int SYSTEM
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

MUTE_ACUTE

public static final int MUTE_ACUTE
See Also:
Constant Field Values

MUTE_GRAVE

public static final int MUTE_GRAVE
See Also:
Constant Field Values

MUTE_ASCIICIRCUM

public static final int MUTE_ASCIICIRCUM
See Also:
Constant Field Values

MUTE_DIAERESIS

public static final int MUTE_DIAERESIS
See Also:
Constant Field Values

MUTE_ASCIITILDE

public static final int MUTE_ASCIITILDE
See Also:
Constant Field Values

LIRA

public static final int LIRA
See Also:
Constant Field Values

GUILDER

public static final int GUILDER
See Also:
Constant Field Values

YDIAERESIS

public static final int YDIAERESIS
See Also:
Constant Field Values

IO

public static final int IO
See Also:
Constant Field Values

LONGMINUS

public static final int LONGMINUS
See Also:
Constant Field Values

BLOCK

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

HP

public HP()