abbreviations
Class Constants

java.lang.Object
  extended by abbreviations.Constants

public class Constants
extends java.lang.Object

Define common constants used in the associated event handlers.

These names are stored as read-only variables so that typing mistakes are caught at compile-time.


Field Summary
static java.lang.String resources
          The base name of the abbreviation resources.
static java.lang.String translator
          The name of the code translation object.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

translator

public static final java.lang.String translator
The name of the code translation object.

The translator is stored in the Model hash table using this key.

See Also:
Constant Field Values

resources

public static final java.lang.String resources
The base name of the abbreviation resources.

The actual file will have a filename extension of .properties.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()