com.partnersoft.gui
Class HTMLActionControl

java.lang.Object
  extended by 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.

Constructor Summary
HTMLActionControl()
           
 
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
 

Constructor Detail

HTMLActionControl

public HTMLActionControl()
Method Detail

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()