Uses of Class
org.eclipse.ui.dialogs.FileSystemElement
Packages that use FileSystemElement
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of FileSystemElement in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return FileSystemElementModifier and TypeMethodDescriptionFileSystemElement.getParent()Return the parent of this element.Methods in org.eclipse.ui.dialogs with parameters of type FileSystemElementModifier and TypeMethodDescriptionvoidFileSystemElement.addChild(FileSystemElement child) Adds the passed child to this object's collection of children.voidFileSystemElement.removeFolder(FileSystemElement child) Removes a sub-folder from this file system element.voidFileSystemElement.setParent(FileSystemElement element) Sets the parent of this file system element.Constructors in org.eclipse.ui.dialogs with parameters of type FileSystemElementModifierConstructorDescriptionFileSystemElement(String name, FileSystemElement parent, boolean isDirectory) Creates a newFileSystemElementand initializes it and its parent if applicable. -
Uses of FileSystemElement in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer that return FileSystemElementModifier and TypeMethodDescriptionprotected FileSystemElementPopulateRootOperation.createElement(FileSystemElement parent, Object fileSystemObject) Creates and returns aFileSystemElementif the specified file system object merits one.protected FileSystemElementPopulateRootOperation.createElement(FileSystemElement parent, Object fileSystemObject, int depth) Creates and returns aFileSystemElementif the specified file system object merits one.protected FileSystemElementSelectFilesOperation.createElement(FileSystemElement parent, Object fileSystemObject) Creates and returns aFileSystemElementif the specified file system object merits one.SelectFilesOperation.getResult()Returns the resulting root file system element.Methods in org.eclipse.ui.wizards.datatransfer with parameters of type FileSystemElementModifier and TypeMethodDescriptionprotected FileSystemElementPopulateRootOperation.createElement(FileSystemElement parent, Object fileSystemObject) Creates and returns aFileSystemElementif the specified file system object merits one.protected FileSystemElementPopulateRootOperation.createElement(FileSystemElement parent, Object fileSystemObject, int depth) Creates and returns aFileSystemElementif the specified file system object merits one.protected FileSystemElementSelectFilesOperation.createElement(FileSystemElement parent, Object fileSystemObject) Creates and returns aFileSystemElementif the specified file system object merits one.