|
 |
|
|
Uses of Interface org.eclipse.core.resources.IContainer
Subinterfaces of
IContainer in
org.eclipse.core.resources
|
interface
|
IFolder
Folders may be leaf or non-leaf resources and may contain files and/or other folders. |
interface
|
IProject
A project is a type of resource which groups resources
into buildable, reusable units. |
interface
|
IWorkspaceRoot
A root resource represents the top of the resource hierarchy in a workspace. |
Methods in
org.eclipse.ui.actions with parameters of type
IContainer
|
void
|
CopyFilesAndFoldersOperation.
copyFiles
(
String[] fileNames,
IContainer destination)
Copies the given files and folders to the destination. |
void
|
CopyFilesAndFoldersOperation.
copyFiles
(
URI[] uris,
IContainer destination)
Copies the given URIS and folders to the destination. |
void
|
CopyFilesAndFoldersOperation.
copyFilesInCurrentThread
(
String[] fileNames,
IContainer destination,
IProgressMonitor monitor)
Copies the given files and folders to the destination without forking a
new Thread or blocking using a WorkspaceModifyOperation. |
void
|
CopyFilesAndFoldersOperation.
copyFilesInCurrentThread
(
URI[] uris,
IContainer destination,
IProgressMonitor monitor)
Copies the given files and folders to the destination without forking a
new Thread or blocking using a WorkspaceModifyOperation. |
IResource[]
|
CopyFilesAndFoldersOperation.
copyResources
(
IResource[] resources,
IContainer destination)
Copies the given resources to the destination. |
IResource[]
|
CopyFilesAndFoldersOperation.
copyResourcesInCurrentThread
(
IResource[] resources,
IContainer destination,
IProgressMonitor monitor)
Copies the given resources to the destination in the current Thread
without forking a new Thread or blocking using a
WorkspaceModifyOperation. |
protected void
|
MoveResourceAction.
runOperation
(
IResource[] resources,
IContainer destination)
|
protected void
|
CopyResourceAction.
runOperation
(
IResource[] resources,
IContainer destination)
Runs the operation created in createOperaiton
|
String
|
CopyFilesAndFoldersOperation.
validateDestination
(
IContainer destination,
IResource[] sourceResources)
Checks whether the destination is valid for copying the source resources. |
String
|
MoveFilesAndFoldersOperation.
validateDestination
(
IContainer destination,
IResource[] sourceResources)
|
String
|
CopyFilesAndFoldersOperation.
validateImportDestination
(
IContainer destination,
String[] sourceNames)
Checks whether the destination is valid for copying the source files. |
Constructors in
org.eclipse.ui.dialogs with parameters of type
IContainer
|
ContainerSelectionDialog
(
Shell parentShell,
IContainer initialRoot,
boolean allowNewContainerName,
String message)
Creates a resource container selection dialog rooted at the given resource. |
FilteredResourcesSelectionDialog.ResourceFilter
(
IContainer container,
boolean showDerived,
int typeMask)
Creates new ResourceFilter instance |
FilteredResourcesSelectionDialog
(
Shell shell,
boolean multi,
IContainer container,
int typesMask)
Creates a new instance of the class |
NewFolderDialog
(
Shell parentShell,
IContainer container)
Creates a NewFolderDialog |
ResourceListSelectionDialog
(
Shell parentShell,
IContainer container,
int typeMask)
Creates a new instance of the class. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|