com.partnersoft.gui
Class HTMLActionControl
java.lang.Object
com.partnersoft.gui.HTMLActionControl
public class HTMLActionControl
- extends java.lang.Object
This is a configurable, HTML-based GUI. It allows you to set the HTML
directly, or generate it via a template. The HTML can of course simply
display information, but the links may be used to trigger the doAction call.
- Author:
- Paul Reavis Copyright 2004 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLActionControl
public HTMLActionControl()
doAction
public void doAction(java.lang.String actionName)
doFormSubmit
public void doFormSubmit(java.net.URL url,
Naming<java.lang.String> parameters)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getGUI
public javax.swing.JComponent getGUI()