|
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.wizards.datatransfer.FileStoreStructureProvider
public class FileStoreStructureProvider
FileStoreStructureProvider is the structure provider for IFileStore
based file structures.
Field Summary | |
---|---|
static FileStoreStructureProvider |
INSTANCE
Holds a singleton instance of this class. |
Constructor Summary | |
---|---|
FileStoreStructureProvider()
|
Method Summary | |
---|---|
java.util.List |
getChildren(java.lang.Object element)
Returns a collection with the children of the specified structured element. |
java.io.InputStream |
getContents(java.lang.Object element)
Returns the contents of the specified structured element, or null if there is a problem determining the element's
contents. |
java.lang.String |
getFullPath(java.lang.Object element)
Returns the full path of the specified structured element. |
java.lang.String |
getLabel(java.lang.Object element)
Returns the display label of the specified structured element. |
boolean |
isFolder(java.lang.Object element)
Returns a boolean indicating whether the passed structured element represents a container element (as opposed to a leaf element). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FileStoreStructureProvider INSTANCE
Constructor Detail |
---|
public FileStoreStructureProvider()
Method Detail |
---|
public java.util.List getChildren(java.lang.Object element)
IImportStructureProvider
getChildren
in interface IImportStructureProvider
public java.io.InputStream getContents(java.lang.Object element)
IImportStructureProvider
null
if there is a problem determining the element's
contents.
getContents
in interface IImportStructureProvider
element
- a structured element
null
public java.lang.String getFullPath(java.lang.Object element)
IImportStructureProvider
getFullPath
in interface IImportStructureProvider
element
- a structured element
public java.lang.String getLabel(java.lang.Object element)
IImportStructureProvider
getLabel
in interface IImportStructureProvider
element
- a structured element
public boolean isFolder(java.lang.Object element)
IImportStructureProvider
isFolder
in interface IImportStructureProvider
element
- java.lang.Object
|
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.