Uses of Interface
org.eclipse.core.resources.IFolder
Packages that use IFolder
Package
Description
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.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IFolder in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return IFolderModifier and TypeMethodDescriptionReturns a handle to the folder identified by the given path in this container.Returns a handle to the folder with the given name in this folder.Returns a handle to the folder with the given name in this project. -
Uses of IFolder in org.eclipse.core.resources.team
Methods in org.eclipse.core.resources.team with parameters of type IFolderModifier and TypeMethodDescriptionvoid
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.boolean
IMoveDeleteHook.deleteFolder
(IResourceTree tree, IFolder folder, int updateFlags, IProgressMonitor monitor) ImplementsIResource.delete(int,IProgressMonitor)
where the receiver is a folder.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.boolean
IMoveDeleteHook.moveFolder
(IResourceTree tree, IFolder source, IFolder destination, int updateFlags, IProgressMonitor monitor) ImplementsIResource.move(IPath,int,IProgressMonitor)
where the receiver is a project.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.TeamHook.validateCreateLink
(IFolder folder, int updateFlags, URI location) Validates whether a particular attempt at link creation is allowed.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 -
Uses of IFolder in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return IFolderModifier and TypeMethodDescriptionprotected IFolder
WizardNewFolderMainPage.createFolderHandle
(IPath folderPath) Creates a folder resource handle for the folder with the given workspace path.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 IFolderModifier and TypeMethodDescriptionprotected void
WizardNewFolderMainPage.createFolder
(IFolder folderHandle, IProgressMonitor monitor) Deprecated. -
Uses of IFolder in org.eclipse.ui.ide.undo
Constructors in org.eclipse.ui.ide.undo with parameters of type IFolderModifierConstructorDescriptionCreateFolderOperation
(IFolder folderHandle, URI linkLocation, boolean virtual, UIResourceFilterDescription[] filterList, String label) Create a CreateFolderOperationCreateFolderOperation
(IFolder folderHandle, URI linkLocation, String label) Create a CreateFolderOperation -
Uses of IFolder in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer that return types with arguments of type IFolderModifier and TypeMethodDescriptionProjectConfigurator.getFoldersToIgnore
(IProject project, IProgressMonitor monitor) Returns the folders to exclude from the analysis that happens on anIProject
.
WizardNewFolderMainPage.createNewFolder()
which uses the undoable operation support.