Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.resources.IWorkspaceRunnable

Packages that use IWorkspaceRunnable
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants.  
 

Uses of IWorkspaceRunnable in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type IWorkspaceRunnable
 void IWorkspace.run(IWorkspaceRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 void IWorkspace.run(IWorkspaceRunnable action, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 

Uses of IWorkspaceRunnable in org.eclipse.team.core.variants
 

Methods in org.eclipse.team.core.variants with parameters of type IWorkspaceRunnable
 void ResourceVariantByteStore.run(IResource root, IWorkspaceRunnable runnable, IProgressMonitor monitor)
          Run the given action which may contain multiple modfications to the byte store.
 void PersistantResourceVariantByteStore.run(IResource root, IWorkspaceRunnable runnable, IProgressMonitor monitor)
           
 void ThreeWaySynchronizer.run(IResource resourceRule, IWorkspaceRunnable runnable, IProgressMonitor monitor)
          Perform multiple sync state modifications and fire only a single change notification at the end.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.