Class LinkToOpenTableaux

  • All Implemented Interfaces:
    java.lang.Cloneable, HasTypeConstraints, Typeable, Changeable, Debuggable, DebugListener, Derivable, ModelErrorHandler, MoMLExportable, Moveable, Nameable, Settable, ValueListener, WebExportable

    public class LinkToOpenTableaux
    extends DefaultIconLink
    A parameter specifying default hyperlink to associate with icons in model. Putting this into a model causes a hyperlink to be associated with each icon (as specified by the include and instancesOf parameters) that is associated to an open Tableau. If the the frame associated with the tableau implements HTMLExportable, then this is an ordinary link to the HTML exported by the frame. If it instead implements ImageExportable, then this a link that brings up the image in a lightbox.

    This parameter is designed to be included in a Configuration file to specify global default behavior for export to Web. Just put it in the top level of the Configuration, and this hyperlink will be provided by default.

    Note that this class works closely with ExportHTMLAction. It will not work if the WebExporter provided to its methods is not an instance of ExportHTMLAction.

    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Edward A. Lee
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)