|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ItemTreeContentProvider
Implementations of this interface can be used to maintain the content of a
specific tree element. The implementation will monitor the element for any
changes that affect the element's children and forward them
appropriately to the ItemTreeContentProvider.Manager.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
IContentProvider,
IStructuredContentProvider,
ITreeContentProvider| Nested Class Summary | |
|---|---|
static interface |
ItemTreeContentProvider.Manager
An item tree content provider's manager is notified whenever the item's children have changed. |
static class |
ItemTreeContentProvider.Null
A null item tree content provider that returns an empty array of elements, an empty array of children, and a null parent. |
| Method Summary | |
|---|---|
Object[] |
getChildren()
Return the item's children. |
Object |
getParent()
Return the item's parent. |
boolean |
hasChildren()
Return whether the item has children. |
| Methods inherited from interface org.eclipse.jpt.common.ui.jface.ItemStructuredContentProvider |
|---|
dispose, getElements |
| Method Detail |
|---|
Object getParent()
ITreeContentProvider.getParent(Object)boolean hasChildren()
ITreeContentProvider.hasChildren(Object)Object[] getChildren()
ITreeContentProvider.getChildren(Object)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||