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

Bug 479641

Summary: Provide a 'raw' example/snippet for FXChopboxAnchor usage
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: GEF FXAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M3   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2015-10-13 07:20:55 EDT
The FXChopBoxSnippet demonstrates how to use the FXChopBoxAnchor in combination with an FXConnection. We should provide a simple example that demonstrates how it can be used 'raw', i.e. without the ChopboxHelper of the FXConnection.
Comment 1 Alexander Nyßen CLA 2015-10-13 09:40:22 EDT
Pushed the following changes to origin/master:

- Renamed FXChopBoxSnippet to FXChopBoxConnectionSnippet.
- Provided new FXChopBoxSnippet that demonstrates raw usage.
- Added some utily constructor (that allows to pass in initial adapters) to AdapterStore, as this is useful for the example.
- Added a simple ReferencePointProvider.Impl implementation that can be used to statically set reference points for FXChopBoxAnchor.
- Increased version of GEF4 Common and Layout bundles to 0.3.0 to reflect the changes.

Resolving as fixed in 3.11.0 M3.