Uses of Interface
org.eclipse.core.resources.IResourceFilterDescription
Packages that use IResourceFilterDescription
Package
Description
Provides basic support for managing a workspace and
its resources.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
-
Uses of IResourceFilterDescription in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return IResourceFilterDescriptionModifier and TypeMethodDescriptionIContainer.createFilter
(int type, FileInfoMatcherDescription matcherDescription, int updateFlags, IProgressMonitor monitor) Adds a new filter to this container.IContainer.getFilters()
Retrieve all filters on this container. -
Uses of IResourceFilterDescription in org.eclipse.core.resources.undo.snapshot
Methods in org.eclipse.core.resources.undo.snapshot with parameters of type IResourceFilterDescriptionModifier and TypeMethodDescriptionvoid
IContainerSnapshot.setFilters
(IResourceFilterDescription[] filterList) Set the filters to which should be created on this container. -
Uses of IResourceFilterDescription in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type IResourceFilterDescriptionModifier and TypeMethodDescriptionstatic UIResourceFilterDescription
UIResourceFilterDescription.wrap
(IResourceFilterDescription iResourceFilterDescription)