|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.ide.fileSystem.FileSystemContributor
public abstract class 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 java.net.URI |
browseFileSystem(java.lang.String initialPath,
Shell shell)
Browse the file system for a URI to display to the user. |
java.net.URI |
getURI(java.lang.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 java.net.URI browseFileSystem(java.lang.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 java.net.URI getURI(java.lang.String string)
string
-
null
if the string is
invalid.
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.