Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 304675

Summary: EditPartListener should notify about all relevant life-cycle steps of an EditPart
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: benjamin.schwertfeger
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2010-03-04 09:15:36 EST
Build Identifier: M20090917-0800

Up to now, the EditPartListener is pretty much restricted to life-cycle notification w.r.t. activation/deactivation only. It would however be useful if notifications about all relevant life-cycle phases of an edit part, as documented in  http://help.eclipse.org/galileo/topic/org.eclipse.gef.doc.isv/guide/guide.html?path=16_0_1_2#EditParts, would be fired, e.g. calls to setParent() or setModel().

Reproducible: Always
Comment 1 Alexander Nyßen CLA 2014-08-09 14:21:10 EDT
It seems clients have up to now worked without that. As GEF (MVC) 3.x is only maintained, resolving as WONTFIX. Within GEF4 MVC, we haven taken care of this already.