Class FilteredResourcesSelectionDialog

All Implemented Interfaces:
IShellProvider

public class FilteredResourcesSelectionDialog extends FilteredItemsSelectionDialog
Shows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.
Since:
3.3
  • Constructor Details

    • FilteredResourcesSelectionDialog

      public FilteredResourcesSelectionDialog(Shell shell, boolean multi, IContainer container, int typesMask)
      Creates a new instance of the class
      Parameters:
      shell - the parent shell
      multi - the multi selection flag
      container - the container to select resources from, e.g. the workspace root
      typesMask - a mask specifying which resource types should be shown in the dialog. The mask should contain one or more of the resource type bit masks defined in IResource.getType()
  • Method Details