Uses of Interface
org.eclipse.core.resources.refresh.IRefreshResult
Packages that use IRefreshResult
Package
Description
Provides APIs intended to be implemented by the auto-refresh providers.
-
Uses of IRefreshResult in org.eclipse.core.resources.refresh
Methods in org.eclipse.core.resources.refresh with parameters of type IRefreshResultModifier and TypeMethodDescriptionRefreshProvider.installMonitor
(IResource resource, IRefreshResult result) Deprecated.RefreshProvider.installMonitor
(IResource resource, IRefreshResult result, IProgressMonitor progressMonitor) Returns anIRefreshMonitor
that will monitor a resource.
RefreshProvider.installMonitor(IResource, IRefreshResult, IProgressMonitor)
instead.