Package org.pdtextensions.core.ui.util

Examples of org.pdtextensions.core.ui.util.PHPTypeSelectionExtension


        | PHPFlags.AccNameSpace : 0);
    trueFlags = (type == NewElementWizardPage.INTERFACES ? PHPFlags.AccInterface : 0);

    OpenTypeSelectionDialog2 dialog = new OpenTypeSelectionDialog2(DLTKUIPlugin.getActiveWorkbenchShell(), multi,
        PlatformUI.getWorkbench().getProgressService(), scope, IDLTKSearchConstants.TYPE,
        new PHPTypeSelectionExtension(trueFlags, falseFlags), PHPUILanguageToolkit.getInstance());

    dialog.setTitle(title);
    dialog.setMessage(message);

    return dialog;
View Full Code Here

TOP

Related Classes of org.pdtextensions.core.ui.util.PHPTypeSelectionExtension

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.