Package ptolemy.vergil.basic

Examples of ptolemy.vergil.basic.ExtendedGraphFrame


            throw new InternalErrorException(this, null, "Composite Entity \""
                    + model.getFullName() + "\" is not an instance of "
                    + "SingleRuleTransformer or CompositeActorMatcher.");
        }

        ExtendedGraphFrame frame = new TransformationEditor((CompositeEntity) model, this,
                defaultLibrary);
        try {
            setFrame(frame);
        } catch (IllegalActionException ex) {
            throw new InternalErrorException(ex);
        }

        frame.setBackground(BACKGROUND_COLOR);
        frame.pack();
        frame.centerOnScreen();
        frame.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of ptolemy.vergil.basic.ExtendedGraphFrame

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.