|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttnt.Constants
public final class Constants
Stores global constansts for the TnTookit.
Field Summary | |
---|---|
static int |
BUFF_LARGE
The size of a large buffer. |
static int |
BUFF_SMALL
The size of a small buffer. |
static java.awt.Color |
COLOR
The default color. |
static java.lang.String |
CORPORA_DIR
The relative path to the directory containing the word-frequency files. |
static java.lang.String |
CPY_RT_YEAR
The text representing the copyright year(s). |
static java.lang.String |
HELP_DIR
The relative path to the directory containing the help files. |
static java.lang.String |
ICON_PATH
The icon representing the TnToolkit. |
static java.lang.String |
IMAGES_DIR
The relative path to the directory containing image files of keyboards. |
static char |
NEXT
The character representing a press of the NEXT key. |
static char |
SPACE
The character representing a press of the SPACE key. |
static java.lang.String |
TNT_EXT
The file extension for workspace files. |
static java.lang.String |
VERSION
The current version of TnToolkit. |
static java.lang.String |
WORDFREQ_FILE
The file name of the default word-frequency file. |
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 int BUFF_SMALL
public static final int BUFF_LARGE
public static final char SPACE
public static final char NEXT
public static final java.awt.Color COLOR
public static final java.lang.String ICON_PATH
public static final java.lang.String CPY_RT_YEAR
public static final java.lang.String CORPORA_DIR
public static final java.lang.String IMAGES_DIR
public static final java.lang.String HELP_DIR
public static final java.lang.String TNT_EXT
public static final java.lang.String VERSION
public static final java.lang.String WORDFREQ_FILE
Constructor Detail |
---|
public Constants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |