Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state. 
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, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 void IWorkspace. run ( IWorkspaceRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor)
          Runs the given action as an atomic workspace operation.
 

Uses of IWorkspaceRunnable in org.eclipse.debug.core.model
 

Methods in org.eclipse.debug.core.model with parameters of type IWorkspaceRunnable
protected  void Breakpoint. run ( ISchedulingRule rule, IWorkspaceRunnable wr)
          Execute the given workspace runnable with the scheduling rule to use when running the operation.
 

Uses of IWorkspaceRunnable in org.eclipse.debug.ui.actions
 

Classes in org.eclipse.debug.ui.actions that implement IWorkspaceRunnable
 class RunToLineHandler
          Handles a run to line operation.
 

Uses of IWorkspaceRunnable in org.eclipse.ltk.core.refactoring
 

Classes in org.eclipse.ltk.core.refactoring that implement IWorkspaceRunnable
 class CheckConditionsOperation
          Operation that, when run, checks the preconditions of the Refactoring passed on creation.
 class CreateChangeOperation
          Operation that, when performed, creates a Change object for a given refactoring.
 class PerformChangeOperation
          Operation that, when run, performs a Change object.
 class PerformRefactoringHistoryOperation
          Operation that, when run, executes a series of refactoring sequentially.
 class PerformRefactoringOperation
          Operation that, when run, executes a refactoring.
 

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

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

Uses of IWorkspaceRunnable in org.eclipse.team.core.mapping.provider
 

Methods in org.eclipse.team.core.mapping.provider with parameters of type IWorkspaceRunnable
 void MergeContext. run ( IWorkspaceRunnable runnable, ISchedulingRule rule, int flags, IProgressMonitor monitor)
          Default implementation of run that invokes the corresponding run on IWorkspace.
 

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

Methods in org.eclipse.team.core.subscribers with parameters of type IWorkspaceRunnable
protected  void SubscriberMergeContext. runInBackground ( IWorkspaceRunnable runnable)
          Run the given runnable when the background handler for this context is idle.
 

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 modifications to the byte store.
 void ThreeWaySynchronizer. run ( IResource resourceRule, IWorkspaceRunnable runnable, IProgressMonitor monitor)
          Perform multiple sync state modifications and fire only a single change notification at the end.
 void PersistantResourceVariantByteStore. run ( IResource root, IWorkspaceRunnable runnable, IProgressMonitor monitor)
           
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire