Eclipse Platform
Release 3.1

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

Packages that use IWorkspace
org.eclipse.core.filebuffers.manipulation Provides the API for manipulating file buffers. 
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.filebuffers.manipulation
 

Constructors in org.eclipse.core.filebuffers.manipulation with parameters of type IWorkspace
ContainerCreator(IWorkspace workspace, IPath fullPath)
          Constructs a container creator for the given path in the given workspace.
 

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)
          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.1

Guidelines for using Eclipse APIs.

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