Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.ui
Interface MappingResourceUiDefinition

All Superinterfaces:
ResourceUiDefinition

public interface MappingResourceUiDefinition
extends ResourceUiDefinition

UI definitions for a specific mapping file resource type.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Method Summary
 JpaComposite buildAttributeMappingComposite(String mappingKey, PropertyValueModel<AttributeMapping> mappingModel, PropertyValueModel<Boolean> enabledModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
          Build an attribute mapping composite for the specified mapping.
 JpaComposite buildTypeMappingComposite(String mappingKey, PropertyValueModel<TypeMapping> mappingModel, PropertyValueModel<Boolean> enabledModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
          Build a type mapping composite for the specified mapping.
 MappingUiDefinition getAttributeMappingUiDefinition(String mappingKey)
          Return the resource's attribute mapping UI definition for the specified mapping.
 Iterable<MappingUiDefinition> getAttributeMappingUiDefinitions()
          Return the resource's attribute mapping UI definitions.
 DefaultMappingUiDefinition getDefaultAttributeMappingUiDefinition(String mappingKey)
          Return the resource's default attribute mapping UI definition for the specified mapping.
 DefaultMappingUiDefinition getDefaultTypeMappingUiDefinition()
          Return the resource's default type mapping UI definition.
 MappingUiDefinition getTypeMappingUiDefinition(String mappingKey)
          Return the resource's type mapping UI definition for the specified mapping.
 Iterable<MappingUiDefinition> getTypeMappingUiDefinitions()
          Return the resource's type mapping UI definitions.
 
Methods inherited from interface org.eclipse.jpt.jpa.ui.ResourceUiDefinition
getDetailsProviders, getEditorPageDefinitions, getStructureViewFactoryProvider, providesUi
 

Method Detail

buildTypeMappingComposite

JpaComposite buildTypeMappingComposite(String mappingKey,
                                       PropertyValueModel<TypeMapping> mappingModel,
                                       PropertyValueModel<Boolean> enabledModel,
                                       Composite parentComposite,
                                       WidgetFactory widgetFactory,
                                       ResourceManager resourceManager)
Build a type mapping composite for the specified mapping.


getTypeMappingUiDefinitions

Iterable<MappingUiDefinition> getTypeMappingUiDefinitions()
Return the resource's type mapping UI definitions.


getTypeMappingUiDefinition

MappingUiDefinition getTypeMappingUiDefinition(String mappingKey)
Return the resource's type mapping UI definition for the specified mapping.


getDefaultTypeMappingUiDefinition

DefaultMappingUiDefinition getDefaultTypeMappingUiDefinition()
Return the resource's default type mapping UI definition.


buildAttributeMappingComposite

JpaComposite buildAttributeMappingComposite(String mappingKey,
                                            PropertyValueModel<AttributeMapping> mappingModel,
                                            PropertyValueModel<Boolean> enabledModel,
                                            Composite parentComposite,
                                            WidgetFactory widgetFactory,
                                            ResourceManager resourceManager)
Build an attribute mapping composite for the specified mapping.


getAttributeMappingUiDefinitions

Iterable<MappingUiDefinition> getAttributeMappingUiDefinitions()
Return the resource's attribute mapping UI definitions.


getAttributeMappingUiDefinition

MappingUiDefinition getAttributeMappingUiDefinition(String mappingKey)
Return the resource's attribute mapping UI definition for the specified mapping.


getDefaultAttributeMappingUiDefinition

DefaultMappingUiDefinition getDefaultAttributeMappingUiDefinition(String mappingKey)
Return the resource's default attribute mapping UI definition for the specified mapping.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.