Class DocBuilderTableau

    • Constructor Detail

      • DocBuilderTableau

        public DocBuilderTableau​(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 DocBuildGUI. 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.