|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.framework.HTMLBrowser
This class is a 'quick and dirty' HTML browser written in Java. It is designed as a simple means of displaying HTML help files within a Java application (Thus avoiding the problem of launching a local browser in a platform independent manner.)
Constructor Summary | |
HTMLBrowser()
Creates a new instance of JFrame1 with the given title. |
|
HTMLBrowser(MorphoFrame frame,
boolean showLocationBar)
|
|
HTMLBrowser(java.lang.String sTitle)
Creates a new instance of JFrame1 with the given title. |
Method Summary | |
void |
loadNewPage(java.lang.Object page)
|
static void |
main(java.lang.String[] args)
The entry point for this application. |
void |
setVisible(boolean visible)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLBrowser()
public HTMLBrowser(java.lang.String sTitle)
sTitle
- the title for the new frame.public HTMLBrowser(MorphoFrame frame, boolean showLocationBar)
frame
- MorphoFrameshowLocationBar
- boolean show or hide the url textfield and go buttonMethod Detail |
public void loadNewPage(java.lang.Object page)
page
- Object can be a URL object or a String urlpublic void setVisible(boolean visible)
public static void main(java.lang.String[] args)
args
- String[]
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |