Package org.eclipse.ui.dialogs

Examples of org.eclipse.ui.dialogs.ResourceSelectionDialog


                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"));

                } else if (nButton == 2) {
                    addItemWithDialog(new InputDialog(getShell(), "Add path to resolve with variable",
                            "Add path to resolve with variable in the format: ${VARIABLE}", "", null));
View Full Code Here

TOP

Related Classes of org.eclipse.ui.dialogs.ResourceSelectionDialog

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.