|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnan.NaN
The main starting class for NaN.
Field Summary | |
static java.lang.String |
APP_COPYRIGHT
The application copyright String. |
static java.lang.String |
APP_NAME
The application name String. |
static java.lang.String |
APP_VERSION
The application version String. |
static java.io.File |
ARCHIVE_FILE
The name of the archive into which the settings will be stored for remote saving. |
static java.lang.String |
AVAILABLE_NEWSGROUPS_FILE
The file into which Available Newsgroups are stored. |
static java.lang.String |
BASE_DIRECTORY
The base directory into which all NaN files will be stored. |
static java.lang.String |
CACHE_DIRECTORY
The directory into which message caches will be stored. |
static int |
DEFAULT_HEIGHT
The default window height. |
static int |
DEFAULT_WIDTH
The default window width. |
static java.lang.String |
FILE_COUNT
The count of files in the source code. |
static java.lang.String |
FREE_FILE
The file into which the free license agreement will be stored. |
static java.lang.String |
FREE_LICENSE
The license file for the main free license terms. |
static java.lang.String |
HELP_FILE
The documentation file. |
static java.lang.String |
LICENSE_DIRECTORY
The directory into which license agreements will be stored. |
static java.lang.String |
LINE_COUNT
The count of lines in the source code. |
static java.lang.String |
LOG_DIRECTORY
The directory into which logs will be stored. |
static java.lang.String |
MINDTERM_END_USER_FILE
The file into which the MindTerm End-User license agreement will be stored. |
static java.lang.String |
MINDTERM_END_USER_LICENSE
The license file for the MindTerm End-User license. |
static java.lang.String |
MINDTERM_SOURCE_FILE
The file into which the MindTerm Public Source license agreement will be stored. |
static java.lang.String |
MINDTERM_SOURCE_LICENSE
The license file for the MindTerm Public Source license. |
static java.lang.String |
SERVER_SETTINGS_FILE
The file into which Server Settings are stored. |
static java.lang.String |
SETTINGS_DIRECTORY
The directory into which setting files will be stored. |
static java.lang.String |
SUBSCRIBED_NEWSGROUPS_FILE
The file into which Subscribed Newsgroups are stored. |
static java.lang.String |
USER_SETTINGS_FILE
The file into which User Settings are stored. |
Method Summary | |
static void |
main(java.lang.String[] args)
Called when the program is started. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String APP_NAME
public static final java.lang.String APP_VERSION
public static final java.lang.String APP_COPYRIGHT
public static final java.lang.String FILE_COUNT
public static final java.lang.String LINE_COUNT
public static final java.lang.String HELP_FILE
public static final java.lang.String BASE_DIRECTORY
public static final java.lang.String SETTINGS_DIRECTORY
public static final java.lang.String LOG_DIRECTORY
public static final java.lang.String CACHE_DIRECTORY
public static final java.lang.String LICENSE_DIRECTORY
public static final java.lang.String FREE_LICENSE
public static final java.lang.String MINDTERM_SOURCE_LICENSE
public static final java.lang.String MINDTERM_END_USER_LICENSE
public static final java.lang.String FREE_FILE
public static final java.lang.String MINDTERM_SOURCE_FILE
public static final java.lang.String MINDTERM_END_USER_FILE
public static final java.lang.String USER_SETTINGS_FILE
public static final java.lang.String SERVER_SETTINGS_FILE
public static final java.lang.String AVAILABLE_NEWSGROUPS_FILE
public static final java.lang.String SUBSCRIBED_NEWSGROUPS_FILE
public static final java.io.File ARCHIVE_FILE
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT
Method Detail |
public java.lang.String toString()
public static void main(java.lang.String[] args)
args
- not currently used.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |