Package org.eclipse.php.internal.debug.ui.model

Examples of org.eclipse.php.internal.debug.ui.model.ExtendedWorkbenchContentProvider


   */
  public ApplicationFileSelectionDialog(Shell parent,
      ILabelProvider labelProvider, String title, String message,
      String[] extensions, String[] requiredNatures,
      boolean allowMultiple, boolean allowExternalFiles) {
    super(parent, labelProvider, new ExtendedWorkbenchContentProvider(
        allowExternalFiles));
    this.fAllowExternalFiles = allowExternalFiles;
    setShellStyle(SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL | SWT.RESIZE);
    setTitle(title);
    if (title == null)
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.debug.ui.model.ExtendedWorkbenchContentProvider

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.