|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFolder | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.resources.team | Provides APIs intended to be implemented by the Team component. |
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.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
Uses of IFolder in org.eclipse.core.resources |
Methods in org.eclipse.core.resources that return IFolder | |
IFolder |
IContainer.getFolder(IPath path)
Returns a handle to the folder identified by the given path in this container. |
IFolder |
IProject.getFolder(String name)
Returns a handle to the folder with the given name in this project. |
IFolder |
IFolder.getFolder(String name)
Returns a handle to the folder with the given name in this folder. |
Uses of IFolder in org.eclipse.core.resources.team |
Methods in org.eclipse.core.resources.team with parameters of type IFolder | |
boolean |
IMoveDeleteHook.deleteFolder(IResourceTree tree,
IFolder folder,
int updateFlags,
IProgressMonitor monitor)
Implements IResource.delete(int,IProgressMonitor) where the
receiver is a folder. |
boolean |
IMoveDeleteHook.moveFolder(IResourceTree tree,
IFolder source,
IFolder destination,
int updateFlags,
IProgressMonitor monitor)
Implements IResource.move(IPath,int,IProgressMonitor) where
the receiver is a project. |
void |
IResourceTree.deletedFolder(IFolder folder)
Declares that the given folder and all its descendents have been successfully deleted from the local file system, and requests that the corresponding deletion should now be made to the workspace resource tree. |
void |
IResourceTree.movedFolderSubtree(IFolder source,
IFolder destination)
Declares that the given source folder and its descendents have been successfully moved to the given destination in the local file system, and requests that the corresponding changes should now be made to the workspace resource tree for the folder and all its descendents. |
void |
IResourceTree.standardDeleteFolder(IFolder folder,
int updateFlags,
IProgressMonitor monitor)
Deletes the given folder and its descendents in the standard manner from both the local file system and from the workspace resource tree. |
void |
IResourceTree.standardMoveFolder(IFolder source,
IFolder destination,
int updateFlags,
IProgressMonitor monitor)
Moves the given folder and its descendents in the standard manner from both the local file system and from the workspace resource tree. |
IStatus |
TeamHook.validateCreateLink(IFolder folder,
int updateFlags,
IPath location)
Validates whether a particular attempt at link creation is allowed. |
Uses of IFolder in org.eclipse.ui.actions |
Methods in org.eclipse.ui.actions that return IFolder | |
protected IFolder |
CopyFilesAndFoldersOperation.getFolder(IResource resource)
Returns the resource either casted to or adapted to an IFolder. |
Uses of IFolder in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs that return IFolder | |
protected IFolder |
WizardNewFolderMainPage.createFolderHandle(IPath folderPath)
Creates a folder resource handle for the folder with the given workspace path. |
IFolder |
WizardNewFolderMainPage.createNewFolder()
Creates a new folder resource in the selected container and with the selected name. |
Methods in org.eclipse.ui.dialogs with parameters of type IFolder | |
protected void |
WizardNewFolderMainPage.createFolder(IFolder folderHandle,
IProgressMonitor monitor)
Creates a folder resource given the folder handle. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.