Package | Description |
---|---|
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.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
Constructor and Description |
---|
ContainerCreator(IWorkspace workspace,
IPath fullPath)
Constructs a container creator for the given path
in the given workspace.
|
Modifier and Type | Method and Description |
---|---|
static IWorkspace |
ResourcesPlugin.getWorkspace()
Returns the workspace.
|
IWorkspace |
IResource.getWorkspace()
Returns the workspace which manages this resource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IWorkspace |
AbstractWorkspaceOperation.getWorkspace()
Return the workspace manipulated by this operation.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.