Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.ui.dialogs.FileSystemElement

Packages that use FileSystemElement
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. 
 

Uses of FileSystemElement in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return FileSystemElement
  FileSystemElement FileSystemElement. getParent ()
          Return the parent of this element.
 

Methods in org.eclipse.ui.dialogs with parameters of type FileSystemElement
 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.
 

Constructors in org.eclipse.ui.dialogs with parameters of type FileSystemElement
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.
 

Uses of FileSystemElement in org.eclipse.ui.wizards.datatransfer
 

Methods in org.eclipse.ui.wizards.datatransfer that return FileSystemElement
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)
          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.
 

Methods in org.eclipse.ui.wizards.datatransfer with parameters of type FileSystemElement
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)
          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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire