Package org.python.pydev.ui.dialogs

Examples of org.python.pydev.ui.dialogs.ProjectFolderSelectionDialog


            }

            @Override
            protected void handleAddButtonSelected(int nButton) {
                if (nButton == 0) {
                    addItemWithDialog(new ProjectFolderSelectionDialog(getShell(), project, true,
                            "Choose source folders to add to PYTHONPATH"));

                } else if (nButton == 1) {
                    addItemWithDialog(new ResourceSelectionDialog(getShell(), project,
                            "Choose zip/jar/egg to add to PYTHONPATH"));
View Full Code Here

TOP

Related Classes of org.python.pydev.ui.dialogs.ProjectFolderSelectionDialog

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.