Class WelcomeWindowTableau

    • Constructor Detail

      • WelcomeWindowTableau

        public WelcomeWindowTableau​(Effigy container,
                                    java.lang.String name)
                             throws IllegalActionException,
                                    NameDuplicationException
        Construct a new tableau for the model represented by the given effigy. This creates an instance of WelcomeWindow. It does not make the frame visible. To do that, call show().
        Parameters:
        container - The container.
        name - The name.
        Throws:
        IllegalActionException - If the container does not accept this entity (this should not occur).
        NameDuplicationException - If the name coincides with an attribute already in the container.
    • Method Detail

      • attributeChanged

        public void attributeChanged​(Attribute attribute)
                              throws IllegalActionException
        Handle cases where the url attribute is changed, yet there is no frame. If the argument is the url parameter, and there is no frame, then do nothing. Otherwise, call the same method in the super class.
        Overrides:
        attributeChanged in class HTMLViewerTableau
        Parameters:
        attribute - The attribute that changed.
        Throws:
        IllegalActionException - Thrown by the parent class if the URL cannot be opened, or if the base class throws it.