about:copyright
, then the copyrights will be generated by {@link ptolemy.actor.gui.GenerateCopyrights#generateHTML(Configuration)}If the URL is about:configuration
, then the Ptolemy II configuration will be expanded by and the MoML of the configuration will be returned. This is a good way to test the configuration.
If the URL starts with ptdoc:
, then the Ptolemy documentation is opened. For example
< a href="ptdoc:ptolemy.actor.gui.HTMLViewer">HTMLViewer</a>will open the Ptolemy documentation for this class. For details see {@link ptolemy.vergil.basic.GetDocumentationAction}.
This class supports printing and will save the text to a .html file. The url that is viewed can be changed by calling the setPage method. @author Steve Neuendorffer and Edward A. Lee @version $Id: HTMLViewer.java,v 1.75 2007/12/07 06:24:54 cxh Exp $ @since Ptolemy II 1.0 @Pt.ProposedRating Yellow (eal) @Pt.AcceptedRating Red (johnr)
|
|