public class help extends Object
| Constructor and Description |
|---|
help() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doc(Object ob)
Brings up a window that show javadoc documentation of a given class.
|
static String |
name(Object ob)
Returns the full name of the class.
|
static void |
setJavaURL(String url)
Set Java API web page.
|
static String |
url(Object ob)
Returns the javadoc URL for this class.
|
public static void doc(Object ob)
obj - Object for searching for a documentation.public static String name(Object ob)
obj - Object for searching for a documentation.name - of the classpublic static String url(Object ob)
obj - Object for searching for a documentation.url - javadoc URL.public static void setJavaURL(String url)
url - URL of the official Java API web page.DMelt 2.0 © DataMelt by jWork.ORG