Package | Description |
---|---|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.wizards.datatransfer |
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
|
Modifier and Type | Method and Description |
---|---|
FileSystemElement |
FileSystemElement.getParent()
Return the parent of this element.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemElement.addChild(FileSystemElement child)
Adds the passed child to this object's collection of children.
|
void |
FileSystemElement.removeFolder(FileSystemElement child)
Removes a sub-folder from this file system element.
|
void |
FileSystemElement.setParent(FileSystemElement element)
Sets the parent of this file system element.
|
Constructor and Description |
---|
FileSelectionDialog(Shell parentShell,
FileSystemElement fileSystemElement,
String message)
Deprecated.
Creates a file selection dialog rooted at the given file system element.
|
FileSystemElement(String name,
FileSystemElement parent,
boolean isDirectory)
Creates a new
FileSystemElement and initializes it and its
parent if applicable. |
Modifier and Type | Method and Description |
---|---|
protected FileSystemElement |
PopulateRootOperation.createElement(FileSystemElement parent,
Object fileSystemObject)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
protected FileSystemElement |
SelectFilesOperation.createElement(FileSystemElement parent,
Object fileSystemObject)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
protected FileSystemElement |
PopulateRootOperation.createElement(FileSystemElement parent,
Object fileSystemObject,
int depth)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
FileSystemElement |
SelectFilesOperation.getResult()
Returns the resulting root file system element.
|
Modifier and Type | Method and Description |
---|---|
protected FileSystemElement |
PopulateRootOperation.createElement(FileSystemElement parent,
Object fileSystemObject)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
protected FileSystemElement |
SelectFilesOperation.createElement(FileSystemElement parent,
Object fileSystemObject)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
protected FileSystemElement |
PopulateRootOperation.createElement(FileSystemElement parent,
Object fileSystemObject,
int depth)
Creates and returns a
FileSystemElement if the specified
file system object merits one. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.