Eclipse Platform
Release 3.0

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
 IWorkspace IResource.getWorkspace()
          Returns the workspace which manages this resource.
static IWorkspace ResourcesPlugin.getWorkspace()
          Returns the workspace.
 

Constructors in org.eclipse.core.resources with parameters of type IWorkspace
WorkspaceLock(IWorkspace workspace)
          Deprecated. 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
Release 3.0

Guidelines for using Eclipse APIs.

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