|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ItemStructuredContentProvider
Implementations of this interface can be used to maintain the elements
of a specific input element. The implementation will monitor
the input element for any changes that affect the elements and
forward them appropriately to the ItemStructuredContentProvider.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| Nested Class Summary | |
|---|---|
static interface |
ItemStructuredContentProvider.Factory
Factory interface for constructing an item structured content provider for a specified item. |
static interface |
ItemStructuredContentProvider.Manager
An item structured content provider's manager is notified whenever the input element's list of elements has changed. |
| Method Summary | |
|---|---|
void |
dispose()
Dispose the item content provider. |
Object[] |
getElements()
Return the input element's elements. |
| Method Detail |
|---|
Object[] getElements()
IContentProvider.inputChanged(org.eclipse.jface.viewers.Viewer, Object, Object),
IStructuredContentProvider.getElements(Object),
ITreeContentProvider.getElements(Object),
ITreeContentProvider.getChildren(Object)void dispose()
dispose in interface ItemContentProviderIContentProvider.dispose()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||