Uses of Interface
org.eclipse.jpt.ui.details.TypeMappingUiProvider

Packages that use TypeMappingUiProvider
org.eclipse.jpt.ui   
org.eclipse.jpt.ui.details   
 

Uses of TypeMappingUiProvider in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return TypeMappingUiProvider
 TypeMappingUiProvider<? extends TypeMapping> JpaPlatformUi.getTypeMappingUiProvider(java.lang.String key, org.eclipse.core.runtime.content.IContentType contentType)
          Return an type mapping ui provider for the given content type
 

Methods in org.eclipse.jpt.ui that return types with arguments of type TypeMappingUiProvider
 java.util.ListIterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUiProvider.typeMappingUiProviders()
          Return the type mapping ui providers that apply to this platform.
 java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUi.typeMappingUiProviders(org.eclipse.core.runtime.content.IContentType contentType)
          Return an iterator of type mapping ui providers appropriate for the given content type
 

Uses of TypeMappingUiProvider in org.eclipse.jpt.ui.details
 

Subinterfaces of TypeMappingUiProvider in org.eclipse.jpt.ui.details
 interface DefaultTypeMappingUiProvider<T extends TypeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.