|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.uihierarchy.compatibility.Compatibility
A class that centralizes compatibility information.
Field Summary | |
static int |
JAVA_1_1
The Java version 1.1 constant. |
static int |
JAVA_1_2
The Java version 1.2 constant. |
static int |
JAVA_1_3
The Java version 1.3 constant. |
static int |
JAVA_1_4
The Java version 1.4 constant. |
static int |
JAVA_1_5
The Java version 1.5 constant. |
static int |
JAVA_UNKNOWN
The Java version unknown constant. |
Constructor Summary | |
Compatibility()
|
Method Summary | |
static int |
getJavaVersion()
Get the version of JAVA. |
static boolean |
isJava1_1()
Indicate whether the Java version is 1.1. |
static boolean |
isSwingPresent()
Indicate if Swing is present. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int JAVA_UNKNOWN
public static final int JAVA_1_1
public static final int JAVA_1_2
public static final int JAVA_1_3
public static final int JAVA_1_4
public static final int JAVA_1_5
Constructor Detail |
public Compatibility()
Method Detail |
public static boolean isJava1_1()
public static int getJavaVersion()
public static boolean isSwingPresent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |