Package ptolemy.vergil.basic

Examples of ptolemy.vergil.basic.LocatableNodeController


        // The following is a fallback controller used when encountering
        // instances of Locatable that have no container. Do not create
        // this in _createControllers() because that is overridden by
        // derived classes.
        _locatableController = new LocatableNodeController(this);
    }
View Full Code Here

TOP

Related Classes of ptolemy.vergil.basic.LocatableNodeController

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.