Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.ui.details.MappingUiDefinition

Packages that use MappingUiDefinition
org.eclipse.jpt.jpa.ui   
org.eclipse.jpt.jpa.ui.details   
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui that return MappingUiDefinition
 MappingUiDefinition JpaPlatformUi.getAttributeMappingUiDefinition(JptResourceType resourceType, String mappingKey)
           
 MappingUiDefinition MappingResourceUiDefinition.getAttributeMappingUiDefinition(String mappingKey)
          Return the resource's attribute mapping UI definition for the specified mapping.
 MappingUiDefinition JpaPlatformUi.getTypeMappingUiDefinition(JptResourceType resourceType, String mappingKey)
           
 MappingUiDefinition MappingResourceUiDefinition.getTypeMappingUiDefinition(String mappingKey)
          Return the resource's type mapping UI definition for the specified mapping.
 

Methods in org.eclipse.jpt.jpa.ui that return types with arguments of type MappingUiDefinition
 Iterable<MappingUiDefinition> MappingResourceUiDefinition.getAttributeMappingUiDefinitions()
          Return the resource's attribute mapping UI definitions.
 Iterable<MappingUiDefinition> JpaPlatformUi.getAttributeMappingUiDefinitions(JptResourceType resourceType)
          Return the list of all the possible attribute mapping ui definitions for the given JptResourceType.
 Iterable<MappingUiDefinition> JpaPlatformUi.getAttributeMappingUiDefinitions(PersistentAttribute persistentAttribute)
          Return the list of possible attribute mapping ui definitions filtered using MappingUiDefinition#isEnabledFor(JpaContextNode).
 Iterable<MappingUiDefinition> MappingResourceUiDefinition.getTypeMappingUiDefinitions()
          Return the resource's type mapping UI definitions.
 Iterable<MappingUiDefinition> JpaPlatformUi.getTypeMappingUiDefinitions(JptResourceType resourceType)
          Return the list of all the possible type mapping ui definitions for the given JptResourceType.
 Iterable<MappingUiDefinition> JpaPlatformUi.getTypeMappingUiDefinitions(PersistentType persistentType)
          Return the list of possible type mapping ui definitions filtered using MappingUiDefinition#isEnabledFor(JpaContextNode).
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details
 

Subinterfaces of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details
 interface DefaultMappingUiDefinition
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.ui.details with type parameters of type MappingUiDefinition
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingUiDefinition,ImageDescriptor> MappingUiDefinition.IMAGE_DESCRIPTOR_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingUiDefinition,String> MappingUiDefinition.KEY_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingUiDefinition,String> MappingUiDefinition.LABEL_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.ui.details with parameters of type MappingUiDefinition
 boolean MappingUiDefinition.IsEnabledFor.evaluate(MappingUiDefinition mappingUiDefinition)
           
 String MappingUiDefinition.KeyTransformer.transform_(MappingUiDefinition def)
           
 String MappingUiDefinition.LabelTransformer.transform_(MappingUiDefinition def)
           
 ImageDescriptor MappingUiDefinition.ImageDescriptorTransformer.transform_(MappingUiDefinition def)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.