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

Packages that use DefaultTypeMappingUiProvider
org.eclipse.jpt.ui   
 

Uses of DefaultTypeMappingUiProvider in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return DefaultTypeMappingUiProvider
 DefaultTypeMappingUiProvider<? extends TypeMapping> JpaPlatformUi.getDefaultTypeMappingUiProvider(org.eclipse.core.runtime.content.IContentType contentType)
          Return a default type mapping ui provider for the given content type or null
 

Methods in org.eclipse.jpt.ui that return types with arguments of type DefaultTypeMappingUiProvider
 java.util.ListIterator<DefaultTypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUiProvider.defaultTypeMappingUiProviders()
          Return the type mapping ui providers that apply to this platform.