Uses of Package
org.eclipse.jpt.ui.jface

Packages that use org.eclipse.jpt.ui.jface
org.eclipse.jpt.ui.jface   
org.eclipse.jpt.ui.navigator   
org.eclipse.jpt.ui.structure   
 

Classes in org.eclipse.jpt.ui.jface used by org.eclipse.jpt.ui.jface
DelegatingContentAndLabelProvider
          Implementation of IStructuredContentProvider and ILabelProvider that maintains a collection (Map, actually) of ItemContentProvider delegates that perform the function of providing content and label information for each represented item NB: This class, if used as a label provider *MUST* be used as a content provider for the same viewer.
ItemContentProvider
          Marker interface used in conjunction with DelegatingContentProvider to return content information for a particular item.
ItemContentProviderFactory
          Factory interface used to describe how to build ItemContentProviders for a DelegatingContentAndLabelProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ItemLabelProvider
          Interface used in conjunction with DelegatingLabelProvider to return label information for a particular item.
TreeItemContentProvider
          Interface used in conjunction with DelegatingTreeContentProvider to return tree information for a particular item.
 

Classes in org.eclipse.jpt.ui.jface used by org.eclipse.jpt.ui.navigator
ItemLabelProviderFactory
          Factory interface used to describe how to build IItemLabelProviders for a DelegatingContentAndLabelProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TreeItemContentProviderFactory
          Extension of ItemContentProviderFactory that extends functionality for tree content Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.jpt.ui.jface used by org.eclipse.jpt.ui.structure
ItemLabelProviderFactory
          Factory interface used to describe how to build IItemLabelProviders for a DelegatingContentAndLabelProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TreeItemContentProviderFactory
          Extension of ItemContentProviderFactory that extends functionality for tree content Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.