jhplot
Class help
- java.lang.Object
-
- jhplot.help
-
public class help extends java.lang.ObjectLook at the Javadoc of a given class using the DMelt web help system. Internet access is required. To view certain 3rd party libraries, you should be register as a full DMelt member.
-
-
Constructor Summary
Constructors Constructor and Description help()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voiddoc(java.lang.Object ob)Brings up a window that show javadoc documentation of a given class.static java.lang.Stringname(java.lang.Object ob)Returns the full name of the class.static voidsetJavaURL(java.lang.String url)Set Java API web page.static java.lang.Stringurl(java.lang.Object ob)Returns the javadoc URL for this class.
-
-
-
Method Detail
-
doc
public static void doc(java.lang.Object ob)
Brings up a window that show javadoc documentation of a given class. Internet should be enabled.- Parameters:
obj- Object for searching for a documentation.
-
name
public static java.lang.String name(java.lang.Object ob)
Returns the full name of the class. No INTERNET is required.- Parameters:
obj- Object for searching for a documentation.name- of the class
-
url
public static java.lang.String url(java.lang.Object ob)
Returns the javadoc URL for this class. No INTERNET is required.- Parameters:
obj- Object for searching for a documentation.url- javadoc URL.
-
setJavaURL
public static void setJavaURL(java.lang.String url)
Set Java API web page. The default is http://docs.oracle.com/javase/8/docs/api/. You can redefine this default here.- Parameters:
url- URL of the official Java API web page.
-
-
DMelt 3.0 © DataMelt by jWork.ORG