| Summary: | FXLabeledConnection should be an IFXConnection | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | 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
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. |