|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.util.osdep.OsUtil
Utility class providing hooks to operating-system-specific functionality.
Constructor Summary | |
---|---|
private |
OsUtil()
Do not allow this class to be instantiated. |
Method Summary | |
---|---|
static javax.swing.JFileChooser |
getFileChooser()
return proper FileChooser |
static javax.swing.JFileChooser |
getFileChooser(java.lang.String directory)
return proper FileChooser |
(package private) static boolean |
isJdk131()
check whether we deal with a JDK 1.3.x |
static boolean |
isMac()
check whether we deal with a Macintosh. |
(package private) static boolean |
isSunJdk()
check whether we deal with a Sun JDK. |
static boolean |
isWin32()
check whether we deal with a Windows Operating System. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private OsUtil()
Method Detail |
public static boolean isWin32()
public static boolean isMac()
static boolean isSunJdk()
static boolean isJdk131()
public static javax.swing.JFileChooser getFileChooser()
public static javax.swing.JFileChooser getFileChooser(java.lang.String directory)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |