Class MultiResourceSelectionDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
All Implemented Interfaces:
StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.widgets.Listener
Direct Known Subclasses:
MultiResourceSelectionDialogWithFlowOption

public class MultiResourceSelectionDialog extends ResourcePickerDialog
The Class MultiResourceSelectionDialog.
  • Field Details

    • isImportByName

      public boolean isImportByName
      The is import by name.
    • editor

      protected MultiPageEditor editor
      The editor.
  • Constructor Details

    • MultiResourceSelectionDialog

      public MultiResourceSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.runtime.IAdaptable rootElement, String message, org.eclipse.core.runtime.IPath aExcludeDescriptor, MultiPageEditor aEditor)
      Instantiates a new multi resource selection dialog.
      Parameters:
      parentShell - the parent shell
      rootElement - the root element
      message - the message
      aExcludeDescriptor - the a exclude descriptor
      aEditor - the a editor
  • Method Details