|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.util.JVM
public class JVM
Deals with the different version of the Java Virtual Machine.
Field Summary | |
---|---|
static int |
JDK1_0
|
static int |
JDK1_1
|
static int |
JDK1_2
|
static int |
JDK1_3
|
static int |
JDK1_4
|
static int |
JDK1_5
|
static int |
JDK1_6
|
static int |
JDK1_6N
|
static int |
JDK1_7
|
Constructor Summary | |
---|---|
JVM()
Creates a new JVM data from the java.version
System property |
|
JVM(String p_JavaVersion)
Constructor for the OS object |
Method Summary | |
---|---|
static JVM |
current()
|
boolean |
isOneDotFive()
|
boolean |
isOneDotFour()
|
boolean |
isOneDotOne()
|
boolean |
isOneDotSeven()
|
boolean |
isOneDotSix()
|
boolean |
isOneDotSixUpdateN()
Determines if the version of JDK1_6 has Nimbus Look and Feel installed. |
boolean |
isOneDotThree()
|
boolean |
isOneDotTwo()
|
boolean |
isOrLater(int p_Version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int JDK1_0
public static final int JDK1_1
public static final int JDK1_2
public static final int JDK1_3
public static final int JDK1_4
public static final int JDK1_5
public static final int JDK1_6
public static final int JDK1_6N
public static final int JDK1_7
Constructor Detail |
---|
public JVM()
java.version
System property
public JVM(String p_JavaVersion)
Method Detail |
---|
public static JVM current()
public boolean isOrLater(int p_Version)
public boolean isOneDotOne()
public boolean isOneDotTwo()
public boolean isOneDotThree()
public boolean isOneDotFour()
public boolean isOneDotFive()
public boolean isOneDotSix()
public boolean isOneDotSixUpdateN()
true
if Nimbus is available and the version is 1.6;
false
otherwisepublic boolean isOneDotSeven()
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |