|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface MappingResourceUiDefinition
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 |
|---|
JpaComposite buildTypeMappingComposite(String mappingKey,
PropertyValueModel<TypeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
Composite parentComposite,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
Iterable<MappingUiDefinition> getTypeMappingUiDefinitions()
MappingUiDefinition getTypeMappingUiDefinition(String mappingKey)
DefaultMappingUiDefinition getDefaultTypeMappingUiDefinition()
JpaComposite buildAttributeMappingComposite(String mappingKey,
PropertyValueModel<AttributeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
Composite parentComposite,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
Iterable<MappingUiDefinition> getAttributeMappingUiDefinitions()
MappingUiDefinition getAttributeMappingUiDefinition(String mappingKey)
DefaultMappingUiDefinition getDefaultAttributeMappingUiDefinition(String mappingKey)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||