Package | Description |
---|---|
org.eclipse.m2e.model.edit.pom.translators |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConfigurationAdapter
Synchronizes configuration elements between XML and model
|
class |
ListAdapter
Translates a multi valued feature into a
|
class |
ModelObjectAdapter
Listens for notifications from the dom model and the E model, and syncs the models.
|
class |
PropertiesAdapter
Translates a property list using the name and value instead of reflection.
|
(package private) class |
ValueUpdateAdapter
Handles notifications from the DOM that a simple text value has changed.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.eclipse.emf.ecore.EStructuralFeature,TranslatorAdapter> |
ModelObjectAdapter.childAdapters |
Modifier and Type | Method and Description |
---|---|
private TranslatorAdapter |
ModelObjectAdapter.createOrGetChildAdapter(org.eclipse.emf.ecore.EStructuralFeature feature) |