Dali Provisional API
Release 3.2

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

All Known Subinterfaces:
ItemTreeContentProvider.Manager
Enclosing interface:
ItemStructuredContentProvider

public static interface ItemStructuredContentProvider.Manager

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


Method Summary
 void dispose(Object element)
          The specified element has been removed from the input element.
 void updateElements(Object inputElement)
          The elements for the specified input element have changed.
 

Method Detail

updateElements

void updateElements(Object inputElement)
The elements for the specified input element have changed. Update appropriately.


dispose

void dispose(Object element)
The specified element has been removed from the input element. Dispose of the element's providers, if necessary.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.