|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.Env
public class Env
Environment information.
| Field Summary | |
|---|---|
static boolean |
IS_JAVA_13_OR_LATER
True if running Java 2 level 1.3 or later. |
static boolean |
IS_JAVA_14_OR_LATER
True if running Java 2 level 1.4 or later. |
static boolean |
IS_JAVA_142_OR_LATER
True if running Java 2 level 1.4.2 or later. |
static boolean |
IS_JAVA_15_OR_LATER
True if running Java 2 level 1.5 or later. |
static boolean |
IS_JAVA_16_OR_LATER
True if running Java 2 level 1.6 or later. |
static java.lang.String |
LINE_SEPARATOR
Line separator. |
static boolean |
MACOSX
True if running on Mac OS X. |
static int |
MENU_SHORTCUT_KEY_MASK
Menu shortcut key mask. |
static int |
MENU_SHORTCUT_SHIFT_KEY_MASK
Menu shortcut key mask with shift key. |
static java.lang.String |
OSNAME
The operating system. |
static boolean |
WINDOWSOS
True if running on some version of MS Windows. |
| Constructor Summary | |
|---|---|
protected |
Env()
Don't allow instantiation, do allow overrides. |
| 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 OSNAME
public static final boolean MACOSX
public static final boolean WINDOWSOS
public static final boolean IS_JAVA_13_OR_LATER
public static final boolean IS_JAVA_14_OR_LATER
public static final boolean IS_JAVA_142_OR_LATER
public static final boolean IS_JAVA_15_OR_LATER
public static final boolean IS_JAVA_16_OR_LATER
public static final int MENU_SHORTCUT_KEY_MASK
public static final int MENU_SHORTCUT_SHIFT_KEY_MASK
public static final java.lang.String LINE_SEPARATOR
| Constructor Detail |
|---|
protected Env()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||