com.partnersoft.v3x.gui
Class HTMLActionPane

java.lang.Object
  extended by com.partnersoft.v3x.gui.HTMLActionPane

public class HTMLActionPane
extends java.lang.Object

An HTML-based GUI, where hyperlinks trigger application events.


Constructor Summary
HTMLActionPane()
           
 
Method Summary
 ActionBureau getActions()
           
 java.net.URL getBusyPage()
           
 java.awt.Component getGUI()
           
 java.net.URL getPage()
           
 java.lang.String getText()
           
static void main(java.lang.String[] argv)
          Sets up a basic (app launching) HTML action pane.
 void setActions(ActionBureau bureau)
           
 void setBusyPage(java.net.URL newPage)
           
 void setPage(java.net.URL newPage)
           
 void setText(java.lang.String newText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLActionPane

public HTMLActionPane()
Method Detail

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.