Uses of Interface
org.eclipse.core.resources.IWorkspace
Packages that use IWorkspace
Package
Description
Provides the API for manipulating file buffers.
Provides basic support for managing a workspace and
its resources.
Provides APIs intended to be implemented by the Team component.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
-
Uses of IWorkspace in org.eclipse.core.filebuffers.manipulation
Constructors in org.eclipse.core.filebuffers.manipulation with parameters of type IWorkspaceModifierConstructorDescriptionContainerCreator
(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 IWorkspaceModifier and TypeMethodDescriptionIResource.getWorkspace()
Returns the workspace which manages this resource.static IWorkspace
ResourcesPlugin.getWorkspace()
Returns the workspace. -
Uses of IWorkspace in org.eclipse.core.resources.team
Constructors in org.eclipse.core.resources.team with parameters of type IWorkspaceModifierConstructorDescriptionprotected
ResourceRuleFactory
(IWorkspace workspace) Creates a new resource rule factory for the given workspace.protected
TeamHook
(IWorkspace workspace) Creates a new team hook for the given workspace. -
Uses of IWorkspace in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IWorkspaceModifier and TypeMethodDescriptionstatic 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. -
Uses of IWorkspace in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo that return IWorkspaceModifier and TypeMethodDescriptionprotected IWorkspace
AbstractWorkspaceOperation.getWorkspace()
Return the workspace manipulated by this operation.