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

Bug 441630

Summary: Remove AnchorLink abstraction from IFXConnection
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF FXAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: unspecified   
Target Milestone: 3.10.0 (Mars) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2014-08-12 14:58:19 EDT
We should slim down the IFXConnection interface by removing the AnchorLinks and only providing getters and setters for Points and Anchors. If the AnchorLink properties are still needed, we could expose them as read-only properties (e.g. for notifications of FXChopBoxAnchor).
Comment 1 Alexander Nyßen CLA 2014-08-16 08:21:56 EDT
Remonde AnchorLink, cleaned up IFXConnection, FXChopBoxHelper, and FXBendPolicy. Adjusted Zest.FX and examples. Pushed all changes to origin/master. Resolving as fixed.