Class MathematicalModelConverterGUIFactory

  • All Implemented Interfaces:
    java.lang.Cloneable, Editable, Changeable, Debuggable, DebugListener, Derivable, ModelErrorHandler, MoMLExportable, Moveable, Nameable

    @Deprecated
    public class MathematicalModelConverterGUIFactory
    extends EditorFactory
    Deprecated.
    ptolemy.de.lib.TimedDelay is deprecated, use ptolemy.actor.lib.TimeDelay.
    This is an attribute that creates an editor for configuring and running a code generator. This is designed to be contained by an instance of CodeGenerator or a subclass of CodeGenerator. It customizes the user interface for "configuring" the code generator. This UI will be invoked when you double click on the code generator.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Chihhong Patrick Cheng
    Pt.AcceptedRating:
    Red ()
    Pt.ProposedRating:
    Red (patrickj)
    • Constructor Detail

      • MathematicalModelConverterGUIFactory

        public MathematicalModelConverterGUIFactory​(NamedObj container,
                                                    java.lang.String name)
                                             throws IllegalActionException,
                                                    NameDuplicationException
        Deprecated.
        Construct a factory with the specified container and name.
        Parameters:
        container - The container.
        name - The name of the factory.
        Throws:
        IllegalActionException - If the factory is not of an acceptable attribute for the container.
        NameDuplicationException - If the name coincides with an attribute already in the container.
    • Method Detail

      • createEditor

        public void createEditor​(NamedObj object,
                                 java.awt.Frame parent)
        Deprecated.
        Create an editor for configuring the specified object with the specified parent window.
        Specified by:
        createEditor in interface Editable
        Specified by:
        createEditor in class EditorFactory
        Parameters:
        object - The object to configure.
        parent - The parent window, or null if there is none.