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

Bug 442846

Summary: FXLabeledConnection should be an IFXConnection
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2014-08-29 02:58:59 EDT
Up to now, FXLabeledConnection does not implement the IFXConnection interface. This needs to be changed.
Comment 1 Matthias Wienand CLA 2014-09-10 11:00:06 EDT
I moved FXLabeledConnection and FXLabeledNode to Zest.FX, because they (currently) do not provide a useful abstraction in general, and are only used in the context of Zest.FX. Besides, I let FXLabeledConnection implement IFXConnection.

Previously, FXLabeledConnection wrapped a Group around an FXCurveConnection, which itself wraps a Group around a curve node (and decorations). I changed the inheritance hierarchy, so that FXLabeledConnection does now extend the FXCurveConnection class. In order for the label not to influence the layout position for a FXLabeledConnection, I additionally set the label's 'managed' property to false.

The code is published on the master branch, therefore I change the status to RESOLVED, FIXED.