Package com.python.pydev.actions

Examples of com.python.pydev.actions.PyOutlineSelectionDialog


            testModel.parents.add(barModel);

            HashMap<SimpleNode, HierarchyNodeModel> nodeToModel = new HashMap<SimpleNode, HierarchyNodeModel>();
            nodeToModel.put((ClassDef) astTest.body[2], testModel);

            PyOutlineSelectionDialog dialog = new PyOutlineSelectionDialog(new Shell(display), astTest, nodeToModel);

            dialog.open();
            //goToManual(display);
        }
    }
View Full Code Here

TOP

Related Classes of com.python.pydev.actions.PyOutlineSelectionDialog

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.