Dali Provisional API
Release 3.2

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

All Known Subinterfaces:
ItemTreeContentProvider.Factory
Enclosing interface:
ItemStructuredContentProvider

public static interface ItemStructuredContentProvider.Factory

Factory interface for constructing an item structured content provider for a specified item.


Method Summary
 ItemStructuredContentProvider buildProvider(Object input, ItemStructuredContentProvider.Manager manager)
          Build a structured content provider for the specified input element.
 

Method Detail

buildProvider

ItemStructuredContentProvider buildProvider(Object input,
                                            ItemStructuredContentProvider.Manager manager)
Build a structured content provider for the specified input element. Do not return null.

See Also:
org.eclipse.jpt.common.ui.internal.jface.NullItemStructuredContentProvider

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.