Eclipse Platform
2.1

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

Packages that use IWorkspace
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
 

Uses of IWorkspace in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IWorkspace
static IWorkspace ResourcesPlugin.getWorkspace()
          Returns the workspace.
 IWorkspace IResource.getWorkspace()
          Returns the workspace which manages this resource.
 

Constructors in org.eclipse.core.resources with parameters of type IWorkspace
WorkspaceLock(IWorkspace workspace)
          Returns a new workspace lock.
 

Uses of IWorkspace in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type IWorkspace
static IPath CopyResourceAction.getNewNameFor(IPath originalName, IWorkspace workspace)
          Returns a new name for a copy of the resource at the given path in the given workspace.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.