Dali Provisional API
Release 3.2

org.eclipse.jpt.common.ui.jface
Interface ItemContentProvider

All Known Subinterfaces:
ItemStructuredContentProvider, ItemTreeContentProvider

public interface ItemContentProvider

Implementations of this interface can be used to maintain the children of a specific item. The implementation will monitor the item for any changes that affect the list of children and forward them appropriately to the 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.

See Also:
IContentProvider

Nested Class Summary
static interface ItemContentProvider.Manager
          An item content provider's manager provides a viewer to be used for notifying the manager of any changes on the appropriate UI thread.
 
Method Summary
 void dispose()
          Dispose the item content provider.
 

Method Detail

dispose

void dispose()
Dispose the item content provider. Stop listening to the provider's item, as appropriate.

See Also:
IContentProvider.dispose()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.