|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object abbreviations.Constants
public class Constants
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 |
---|
public static final java.lang.String translator
The translator is stored in the Model hash table using this key.
public static final java.lang.String resources
The actual file will have a filename extension of .properties
.
Constructor Detail |
---|
public Constants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |