org.eclipse.jpt.ui.structure
Interface JpaStructureProvider


public interface JpaStructureProvider

This provider is responsible to create the JPA Structure view contents and labels for a given JPA resource. 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.


Method Summary
 org.eclipse.core.runtime.content.IContentType getContentType()
          Return the type of content supported by the structure provider.
 ItemLabelProviderFactory getItemLabelProviderFactory()
          Build a factory to create ItemLabelProviders
 TreeItemContentProviderFactory getTreeItemContentProviderFactory()
          Build an factory to create TreeItemContentProviders
 

Method Detail

getContentType

org.eclipse.core.runtime.content.IContentType getContentType()
Return the type of content supported by the structure provider.


getTreeItemContentProviderFactory

TreeItemContentProviderFactory getTreeItemContentProviderFactory()
Build an factory to create TreeItemContentProviders


getItemLabelProviderFactory

ItemLabelProviderFactory getItemLabelProviderFactory()
Build a factory to create ItemLabelProviders