Package ptolemy.vergil.basic

Examples of ptolemy.vergil.basic.GetDocumentationAction


     @param controller The associated graph controller.
     */
    public RelationController(GraphController controller) {
        super(controller);
        setNodeRenderer(new RelationRenderer());
        _getDocumentationAction = new GetDocumentationAction();

        // Add to the context menu.
        _menuFactory.addMenuItemFactory(new MenuActionFactory(
                _getDocumentationAction));
    }
View Full Code Here

TOP

Related Classes of ptolemy.vergil.basic.GetDocumentationAction

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.