Uses of Interface
org.eclipse.jpt.ui.JpaUiFactory

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

Uses of JpaUiFactory in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return JpaUiFactory
 JpaUiFactory JpaPlatformUi.getJpaUiFactory()
           
 

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

Methods in org.eclipse.jpt.ui.details with parameters of type JpaUiFactory
 JpaComposite<T> AttributeMappingUiProvider.buildAttributeMappingComposite(JpaUiFactory factory, PropertyValueModel<T> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates JpaComposite that correponds to this mapping type.
 JpaComposite<T> TypeMappingUiProvider.buildPersistentTypeMappingComposite(JpaUiFactory factory, PropertyValueModel<T> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates JpaComposite that correponds to this mapping type.