public interface IImportStructureProvider
Modifier and Type | Method and Description |
---|---|
List |
getChildren(Object element)
Returns a collection with the children of the specified structured element.
|
InputStream |
getContents(Object element)
Returns the contents of the specified structured element, or
null if there is a problem determining the element's
contents. |
String |
getFullPath(Object element)
Returns the full path of the specified structured element.
|
String |
getLabel(Object element)
Returns the display label of the specified structured element.
|
boolean |
isFolder(Object element)
Returns a boolean indicating whether the passed structured element represents
a container element (as opposed to a leaf element).
|
List getChildren(Object element)
InputStream getContents(Object element)
null
if there is a problem determining the element's
contents.element
- a structured elementnull
String getFullPath(Object element)
element
- a structured elementString getLabel(Object element)
element
- a structured elementboolean isFolder(Object element)
element
- java.lang.ObjectGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.