gnu.x11.keysym
Class Sun

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

public class Sun
extends java.lang.Object

Sun-specific keyboard symbols. Imported from /usr/include/X11/Sunkeysym.h.


Field Summary
static int AGAIN
           
static int ALT_GRAPH
           
static int AUDIO_LOWER_VOLUME
           
static int AUDIO_MUTE
           
static int AUDIO_RAISE_VOLUME
           
static int COMPOSE
           
static int COPY
           
static int CUT
           
static int F36
           
static int F37
           
static int FA_ACUTE
           
static int FA_CEDILLA
           
static int FA_CIRCUM
           
static int FA_DIAERESIS
           
static int FA_GRAVE
           
static int FA_TILDE
           
static int FIND
           
static int FRONT
           
static int OPEN
           
static int PAGE_DOWN
           
static int PAGE_UP
           
static int PASTE
           
static int POWER_SWITCH
           
static int POWER_SWITCH_SHIFT
           
static int PRINT_SCREEN
           
static int PROPS
           
static int STOP
           
static int SYS_REQ
           
static int UNDO
           
static int VIDEO_DEGAUSS
           
static int VIDEO_LOWER_BRIGHTNESS
           
static int VIDEO_RAISE_BRIGHTNESS
           
 
Constructor Summary
Sun()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FA_GRAVE

public static final int FA_GRAVE
See Also:
Constant Field Values

FA_CIRCUM

public static final int FA_CIRCUM
See Also:
Constant Field Values

FA_TILDE

public static final int FA_TILDE
See Also:
Constant Field Values

FA_ACUTE

public static final int FA_ACUTE
See Also:
Constant Field Values

FA_DIAERESIS

public static final int FA_DIAERESIS
See Also:
Constant Field Values

FA_CEDILLA

public static final int FA_CEDILLA
See Also:
Constant Field Values

F36

public static final int F36
See Also:
Constant Field Values

F37

public static final int F37
See Also:
Constant Field Values

SYS_REQ

public static final int SYS_REQ
See Also:
Constant Field Values

PRINT_SCREEN

public static final int PRINT_SCREEN
See Also:
Constant Field Values

COMPOSE

public static final int COMPOSE
See Also:
Constant Field Values

ALT_GRAPH

public static final int ALT_GRAPH
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

UNDO

public static final int UNDO
See Also:
Constant Field Values

AGAIN

public static final int AGAIN
See Also:
Constant Field Values

FIND

public static final int FIND
See Also:
Constant Field Values

STOP

public static final int STOP
See Also:
Constant Field Values

PROPS

public static final int PROPS
See Also:
Constant Field Values

FRONT

public static final int FRONT
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

OPEN

public static final int OPEN
See Also:
Constant Field Values

PASTE

public static final int PASTE
See Also:
Constant Field Values

CUT

public static final int CUT
See Also:
Constant Field Values

POWER_SWITCH

public static final int POWER_SWITCH
See Also:
Constant Field Values

AUDIO_LOWER_VOLUME

public static final int AUDIO_LOWER_VOLUME
See Also:
Constant Field Values

AUDIO_MUTE

public static final int AUDIO_MUTE
See Also:
Constant Field Values

AUDIO_RAISE_VOLUME

public static final int AUDIO_RAISE_VOLUME
See Also:
Constant Field Values

VIDEO_DEGAUSS

public static final int VIDEO_DEGAUSS
See Also:
Constant Field Values

VIDEO_LOWER_BRIGHTNESS

public static final int VIDEO_LOWER_BRIGHTNESS
See Also:
Constant Field Values

VIDEO_RAISE_BRIGHTNESS

public static final int VIDEO_RAISE_BRIGHTNESS
See Also:
Constant Field Values

POWER_SWITCH_SHIFT

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

Sun

public Sun()