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

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

Uses of AttributeMappingUiProvider in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type AttributeMappingUiProvider
 java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> JpaPlatformUi.attributeMappingUiProviders(PersistentAttribute attribute)
          Return an iterator of mapping ui providers appropriate for the given persistent attribute
 java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> JpaPlatformUi.javaAttributeMappingUiProviders()
           
 java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> JpaPlatformUi.ormAttributeMappingUiProviders()
           
 

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

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