jau.tool
Class JauGlobal
java.lang.Object
|
+--jau.tool.JauGlobal
- public class JauGlobal
- extends java.lang.Object
Field Summary |
static boolean |
Jau_DEBUG
|
static boolean |
Jau_VERBOSE
A few Component methods for Java-VM access |
Method Summary |
static java.awt.Point |
getAbsoluteCoord(java.awt.Component co)
A few Component methods for easy awt-hierarchy querys |
static java.awt.Frame |
getFrame(java.awt.Component co)
|
static java.lang.String |
getOSName()
|
static java.net.URL |
getResourceURL(java.applet.Applet appl,
java.lang.Object resourceLocationClass,
java.lang.String s)
|
static java.net.URL |
getResourceURL(java.applet.Applet appl,
java.lang.Object resourceLocationClass,
java.lang.String s,
boolean testFile)
|
static java.net.URL |
getResourceURL(java.lang.Object resourceLocationClass,
java.lang.String s)
|
static java.net.URL |
getResourceURL(java.lang.Object resourceLocationClass,
java.lang.String s,
boolean testFile)
|
static java.lang.String |
getVendor()
|
static java.lang.String |
getVersion()
|
static java.awt.Window |
getWindow(java.awt.Component co)
|
static boolean |
isInSameWindow(java.awt.Component co1,
java.awt.Component co2)
A few find methods to seek for Component(Shadow)s |
static boolean |
isMicrosoftsVM()
|
static boolean |
isNetscapesVM()
|
static boolean |
isSunsVM()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jau_VERBOSE
public static boolean Jau_VERBOSE
- A few Component methods for Java-VM access
Jau_DEBUG
public static boolean Jau_DEBUG
JauGlobal
public JauGlobal()
getVersion
public static java.lang.String getVersion()
getVendor
public static java.lang.String getVendor()
getOSName
public static java.lang.String getOSName()
isNetscapesVM
public static boolean isNetscapesVM()
isSunsVM
public static boolean isSunsVM()
isMicrosoftsVM
public static boolean isMicrosoftsVM()
getResourceURL
public static java.net.URL getResourceURL(java.lang.Object resourceLocationClass,
java.lang.String s)
getResourceURL
public static java.net.URL getResourceURL(java.lang.Object resourceLocationClass,
java.lang.String s,
boolean testFile)
getResourceURL
public static java.net.URL getResourceURL(java.applet.Applet appl,
java.lang.Object resourceLocationClass,
java.lang.String s)
getResourceURL
public static java.net.URL getResourceURL(java.applet.Applet appl,
java.lang.Object resourceLocationClass,
java.lang.String s,
boolean testFile)
getAbsoluteCoord
public static java.awt.Point getAbsoluteCoord(java.awt.Component co)
- A few Component methods for easy awt-hierarchy querys
getWindow
public static java.awt.Window getWindow(java.awt.Component co)
getFrame
public static java.awt.Frame getFrame(java.awt.Component co)
isInSameWindow
public static boolean isInSameWindow(java.awt.Component co1,
java.awt.Component co2)
- A few find methods to seek for Component(Shadow)s