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.
|
Method Summary |
void |
doAction(java.lang.String actionName)
|
javax.swing.JComponent |
getGUI()
|
java.lang.String |
getText()
|
void |
setText(java.lang.String text)
|
| 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)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getGUI
public javax.swing.JComponent getGUI()