Package ptolemy.codegen.gui

Examples of ptolemy.codegen.gui.CodeGeneratorGUIFactory


        _model = (CompositeEntity) getContainer();

        // FIXME: We may not want this GUI dependency here...
        // This attribute could be put in the MoML in the library instead
        // of here in the Java code.
        new CodeGeneratorGUIFactory(this, "_codeGeneratorGUIFactory");
    }
View Full Code Here

TOP

Related Classes of ptolemy.codegen.gui.CodeGeneratorGUIFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.