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

Packages that use DefaultAttributeMappingUiProvider
org.eclipse.jpt.ui   
 

Uses of DefaultAttributeMappingUiProvider in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return DefaultAttributeMappingUiProvider
 DefaultAttributeMappingUiProvider<? extends AttributeMapping> JpaPlatformUi.getDefaultAttributeMappingUiProvider(java.lang.String key, org.eclipse.core.runtime.content.IContentType contentType)
          Return a default attribute mapping ui provider for the given content type or null
 

Methods in org.eclipse.jpt.ui that return types with arguments of type DefaultAttributeMappingUiProvider
 java.util.ListIterator<DefaultAttributeMappingUiProvider<? extends AttributeMapping>> JpaPlatformUiProvider.defaultAttributeMappingUiProviders()
           
 java.util.Iterator<DefaultAttributeMappingUiProvider<? extends AttributeMapping>> JpaPlatformUi.defaultAttributeMappingUiProviders(org.eclipse.core.runtime.content.IContentType contentType)