HTMLViewerTableau
ptolemy.actor.gui.HTMLViewerTableau

A tableau representing a rendered HTML view in a toplevel window. The URL that is viewed is given by the url parameter, and can be either an absolute URL, a system fileName, or a resource that can be loaded relative to the classpath. For more information about how the URL is specified, see MoMLApplication.specToURL().

The constructor of this class creates the window. The text window itself is an instance of HTMLViewer, and can be accessed using the getFrame() method. As with other tableaux, this is an entity that is contained by an effigy of a model. There can be any number of instances of this class in an effigy.

Author(s): Steve Neuendorffer and Edward A. Lee
Version:$Id: HTMLViewerTableau.java,v 1.51 2006/05/22 20:52:23 cxh Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Red (cxh)