Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathalie Lepine2013-09-02 09:58:40 +0000
committerNathalie Lepine2013-09-02 09:58:40 +0000
commit8d4e9d04bc45fc4f1c90036c11cb66ea13328aeb (patch)
treee5205754fc79423c815ea56574dd063164a291b1
parent6ed87dfab2d5e5453a16736a813c447abb2c3a2f (diff)
downloadorg.eclipse.eef-8d4e9d04bc45fc4f1c90036c11cb66ea13328aeb.tar.gz
org.eclipse.eef-8d4e9d04bc45fc4f1c90036c11cb66ea13328aeb.tar.xz
org.eclipse.eef-8d4e9d04bc45fc4f1c90036c11cb66ea13328aeb.zip
regen non reg
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.edit/src-gen/org/eclipse/emf/eef/eefnr/navigation/parts/forms/OwnerPropertiesEditionPartForm.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.edit/src-gen/org/eclipse/emf/eef/eefnr/navigation/parts/forms/OwnerPropertiesEditionPartForm.java b/tests/org.eclipse.emf.eef.tests.nonreg.edit/src-gen/org/eclipse/emf/eef/eefnr/navigation/parts/forms/OwnerPropertiesEditionPartForm.java
index 0f78b0731..e59a89183 100644
--- a/tests/org.eclipse.emf.eef.tests.nonreg.edit/src-gen/org/eclipse/emf/eef/eefnr/navigation/parts/forms/OwnerPropertiesEditionPartForm.java
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.edit/src-gen/org/eclipse/emf/eef/eefnr/navigation/parts/forms/OwnerPropertiesEditionPartForm.java
@@ -1532,12 +1532,12 @@ public class OwnerPropertiesEditionPartForm extends SectionPropertiesEditingPart
public EObject handleCreate() {
propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(OwnerPropertiesEditionPartForm.this, NavigationViewsRepository.Owner.Properties.singleContainmentForAdvancedEObjectFlatComboViewer, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, null));
- return null;//getSingleContainmentForAdvancedEObjectFlatComboViewer();
+ return getSingleContainmentForAdvancedEObjectFlatComboViewer();
}
-// public void handleEdit(EObject element) {
-// propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(OwnerPropertiesEditionPartForm.this, NavigationViewsRepository.Owner.Properties.singleContainmentForAdvancedEObjectFlatComboViewer, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.EDIT, null, element));
-// }
+ public void handleEdit(EObject element) {
+ propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(OwnerPropertiesEditionPartForm.this, NavigationViewsRepository.Owner.Properties.singleContainmentForAdvancedEObjectFlatComboViewer, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.EDIT, null, element));
+ }
};
//create widget

Back to the top