gnu.x11.keysym
Class Currency

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

public class Currency
extends java.lang.Object

Currency-specific keyboard symbols. Imported from XK_CURRENCY section of /usr/include/X11/keysymdef.h.


Field Summary
static int COLON
           
static int CRUZEIRO
           
static int DONG
           
static int ECU
           
static int EURO
           
static int FFRANC
           
static int LIRA
           
static int MILL
           
static int NAIRA
           
static int NEW_SHEQEL
           
static int PESETA
           
static int RUPEE
           
static int WON
           
 
Constructor Summary
Currency()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ECU

public static final int ECU
See Also:
Constant Field Values

COLON

public static final int COLON
See Also:
Constant Field Values

CRUZEIRO

public static final int CRUZEIRO
See Also:
Constant Field Values

FFRANC

public static final int FFRANC
See Also:
Constant Field Values

LIRA

public static final int LIRA
See Also:
Constant Field Values

MILL

public static final int MILL
See Also:
Constant Field Values

NAIRA

public static final int NAIRA
See Also:
Constant Field Values

PESETA

public static final int PESETA
See Also:
Constant Field Values

RUPEE

public static final int RUPEE
See Also:
Constant Field Values

WON

public static final int WON
See Also:
Constant Field Values

NEW_SHEQEL

public static final int NEW_SHEQEL
See Also:
Constant Field Values

DONG

public static final int DONG
See Also:
Constant Field Values

EURO

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

Currency

public Currency()