Dali Provisional API
Release 3.2

org.eclipse.jpt.common.ui.jface
Interface ItemStructuredContentProvider.Manager

All Superinterfaces:
ItemContentProvider.Manager
Enclosing interface:
ItemStructuredContentProvider

public static interface ItemStructuredContentProvider.Manager
extends ItemContentProvider.Manager

An item structured content provider's manager is notified whenever the input element's list of elements has changed.


Method Summary
 void elementsChanged(Object input, Iterable<?> addedElements, Iterable<?> removedElements)
          The content provider's input element's list of elements has changed.
 
Methods inherited from interface org.eclipse.jpt.common.ui.jface.ItemContentProvider.Manager
getViewer
 

Method Detail

elementsChanged

void elementsChanged(Object input,
                     Iterable<?> addedElements,
                     Iterable<?> removedElements)
The content provider's input element's list of elements has changed. The specified elements were added and removed. Add providers for the added elements, dispose the providers for the removed elements, and refresh the view. This method must be called from the UI event thread.

See Also:
Viewer.refresh()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.