|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.ide.fileSystem.FileSystemContributor
The abstract base class for all UI file system contributors. This class
provides the infrastructure for defining a contributor and fulfills the contract
specified by the org.eclipse.ui.ide.filesystemSupport
extension point.
IFileSystem
Constructor Summary | |
---|---|
FileSystemContributor()
|
Method Summary | |
---|---|
abstract URI |
browseFileSystem(String initialPath,
Shell shell)
Browse the file system for a URI to display to the user. |
URI |
getURI(String string)
Return a URI for the supplied String from the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileSystemContributor()
Method Detail |
public abstract URI browseFileSystem(String initialPath, Shell shell)
initialPath
- The path to initialize the selection with.shell
- The shell to parent any required dialogs from
null
if a URI could not be determined.public URI getURI(String string)
string
-
null
if the string is
invalid.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.