gnu.x11.keysym
Class Technical
java.lang.Object
gnu.x11.keysym.Technical
public class Technical
- extends java.lang.Object
Technical-specific keyboard symbols. Imported from
XK_TECHNICAL
section of
/usr/include/X11/keysymdef.h
. Note that byte 3 = 0x08.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT_RADICAL
public static final int LEFT_RADICAL
- See Also:
- Constant Field Values
TOP_LEFT_RADICAL
public static final int TOP_LEFT_RADICAL
- See Also:
- Constant Field Values
HORIZ_CONNECTOR
public static final int HORIZ_CONNECTOR
- See Also:
- Constant Field Values
TOP_INTEGRAL
public static final int TOP_INTEGRAL
- See Also:
- Constant Field Values
BOT_INTEGRAL
public static final int BOT_INTEGRAL
- See Also:
- Constant Field Values
VERT_CONNECTOR
public static final int VERT_CONNECTOR
- See Also:
- Constant Field Values
TOP_LEFT_SQ_BRACKET
public static final int TOP_LEFT_SQ_BRACKET
- See Also:
- Constant Field Values
BOT_LEFT_SQ_BRACKET
public static final int BOT_LEFT_SQ_BRACKET
- See Also:
- Constant Field Values
TOP_RIGHT_SQ_BRACKET
public static final int TOP_RIGHT_SQ_BRACKET
- See Also:
- Constant Field Values
BOT_RIGHT_SQ_BRACKET
public static final int BOT_RIGHT_SQ_BRACKET
- See Also:
- Constant Field Values
TOP_LEFT_PARENS
public static final int TOP_LEFT_PARENS
- See Also:
- Constant Field Values
BOT_LEFT_PARENS
public static final int BOT_LEFT_PARENS
- See Also:
- Constant Field Values
TOP_RIGHT_PARENS
public static final int TOP_RIGHT_PARENS
- See Also:
- Constant Field Values
BOT_RIGHT_PARENS
public static final int BOT_RIGHT_PARENS
- See Also:
- Constant Field Values
LEFT_MIDDLE_CURLYBRACE
public static final int LEFT_MIDDLE_CURLYBRACE
- See Also:
- Constant Field Values
RIGHT_MIDDLE_CURLYBRACE
public static final int RIGHT_MIDDLE_CURLYBRACE
- See Also:
- Constant Field Values
TOP_LEFT_SUMMATION
public static final int TOP_LEFT_SUMMATION
- See Also:
- Constant Field Values
BOT_LEFT_SUMMATION
public static final int BOT_LEFT_SUMMATION
- See Also:
- Constant Field Values
TOP_VERT_SUMMATION_CONNECTOR
public static final int TOP_VERT_SUMMATION_CONNECTOR
- See Also:
- Constant Field Values
BOT_VERT_SUMMATION_CONNECTOR
public static final int BOT_VERT_SUMMATION_CONNECTOR
- See Also:
- Constant Field Values
TOP_RIGHT_SUMMATION
public static final int TOP_RIGHT_SUMMATION
- See Also:
- Constant Field Values
BOT_RIGHT_SUMMATION
public static final int BOT_RIGHT_SUMMATION
- See Also:
- Constant Field Values
RIGHT_MIDDLE_SUMMATION
public static final int RIGHT_MIDDLE_SUMMATION
- See Also:
- Constant Field Values
LESS_THAN_EQUAL
public static final int LESS_THAN_EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
GREATER_THAN_EQUAL
public static final int GREATER_THAN_EQUAL
- See Also:
- Constant Field Values
INTEGRAL
public static final int INTEGRAL
- See Also:
- Constant Field Values
THEREFORE
public static final int THEREFORE
- See Also:
- Constant Field Values
VARIATION
public static final int VARIATION
- See Also:
- Constant Field Values
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
NABLA
public static final int NABLA
- See Also:
- Constant Field Values
APPROXIMATE
public static final int APPROXIMATE
- See Also:
- Constant Field Values
SIMILAR_EQUAL
public static final int SIMILAR_EQUAL
- See Also:
- Constant Field Values
IF_ONLY_IF
public static final int IF_ONLY_IF
- See Also:
- Constant Field Values
IMPLIES
public static final int IMPLIES
- See Also:
- Constant Field Values
IDENTICAL
public static final int IDENTICAL
- See Also:
- Constant Field Values
RADICAL
public static final int RADICAL
- See Also:
- Constant Field Values
INCLUDED_IN
public static final int INCLUDED_IN
- See Also:
- Constant Field Values
INCLUDES
public static final int INCLUDES
- See Also:
- Constant Field Values
INTERSECTION
public static final int INTERSECTION
- See Also:
- Constant Field Values
UNION
public static final int UNION
- See Also:
- Constant Field Values
LOGICAL_AND
public static final int LOGICAL_AND
- See Also:
- Constant Field Values
LOGICAL_OR
public static final int LOGICAL_OR
- See Also:
- Constant Field Values
PARTIAL_DERIVATIVE
public static final int PARTIAL_DERIVATIVE
- See Also:
- Constant Field Values
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
LEFT_ARROW
public static final int LEFT_ARROW
- See Also:
- Constant Field Values
UP_ARROW
public static final int UP_ARROW
- See Also:
- Constant Field Values
RIGHT_ARROW
public static final int RIGHT_ARROW
- See Also:
- Constant Field Values
DOWN_ARROW
public static final int DOWN_ARROW
- See Also:
- Constant Field Values
Technical
public Technical()