com.partnersoft.v3x.gui
Class HTMLActionPane
java.lang.Object
com.partnersoft.v3x.gui.HTMLActionPane
public class HTMLActionPane
- extends java.lang.Object
An HTML-based GUI, where hyperlinks trigger application events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLActionPane
public HTMLActionPane()
setActions
public void setActions(ActionBureau bureau)
getActions
public ActionBureau getActions()
setText
public void setText(java.lang.String newText)
getText
public java.lang.String getText()
setPage
public void setPage(java.net.URL newPage)
getPage
public java.net.URL getPage()
setBusyPage
public void setBusyPage(java.net.URL newPage)
getBusyPage
public java.net.URL getBusyPage()
getGUI
public java.awt.Component getGUI()
main
public static void main(java.lang.String[] argv)
- Sets up a basic (app launching) HTML action pane. First arg is the URL
for the main page; second, optional arg is the URL for the busy page.