gnu.x11.keysym
Class OSF
java.lang.Object
gnu.x11.keysym.OSF
public class OSF
- extends java.lang.Object
OSF-specific keyboard symbols. Imported from
/usr/include/X11/HPkeysym.h
.
Constructor Summary |
OSF()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPY
public static final int COPY
- See Also:
- Constant Field Values
CUT
public static final int CUT
- See Also:
- Constant Field Values
PASTE
public static final int PASTE
- See Also:
- Constant Field Values
BACK_TAB
public static final int BACK_TAB
- See Also:
- Constant Field Values
BACK_SPACE
public static final int BACK_SPACE
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
ESCAPE
public static final int ESCAPE
- See Also:
- Constant Field Values
ADD_MODE
public static final int ADD_MODE
- See Also:
- Constant Field Values
PRIMARY_PASTE
public static final int PRIMARY_PASTE
- See Also:
- Constant Field Values
QUICK_PASTE
public static final int QUICK_PASTE
- See Also:
- Constant Field Values
PAGE_LEFT
public static final int PAGE_LEFT
- See Also:
- Constant Field Values
PAGE_UP
public static final int PAGE_UP
- See Also:
- Constant Field Values
PAGE_DOWN
public static final int PAGE_DOWN
- See Also:
- Constant Field Values
PAGE_RIGHT
public static final int PAGE_RIGHT
- See Also:
- Constant Field Values
ACTIVATE
public static final int ACTIVATE
- See Also:
- Constant Field Values
MENU_BAR
public static final int MENU_BAR
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
UP
public static final int UP
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
END_LINE
public static final int END_LINE
- See Also:
- Constant Field Values
BEGIN_LINE
public static final int BEGIN_LINE
- See Also:
- Constant Field Values
END_DATA
public static final int END_DATA
- See Also:
- Constant Field Values
BEGIN_DATA
public static final int BEGIN_DATA
- See Also:
- Constant Field Values
PREV_MENU
public static final int PREV_MENU
- See Also:
- Constant Field Values
NEXT_MENU
public static final int NEXT_MENU
- See Also:
- Constant Field Values
PREV_FIELD
public static final int PREV_FIELD
- See Also:
- Constant Field Values
NEXT_FIELD
public static final int NEXT_FIELD
- See Also:
- Constant Field Values
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
UNDO
public static final int UNDO
- See Also:
- Constant Field Values
MENU
public static final int MENU
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
HELP
public static final int HELP
- See Also:
- Constant Field Values
SELECTALL
public static final int SELECTALL
- See Also:
- Constant Field Values
DESELECTALL
public static final int DESELECTALL
- See Also:
- Constant Field Values
RESELECT
public static final int RESELECT
- See Also:
- Constant Field Values
EXTEND
public static final int EXTEND
- See Also:
- Constant Field Values
RESTORE
public static final int RESTORE
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
OSF
public OSF()