| Summary: | Ensure that SwtFXControlAdapter can work with Scene, not just SwtFXScene. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
- Changed the implementation of SwtFXControlAdapter so that it can work with any Scene, as long as its embedded into an FXCanvas. The canvas is obtained from the HostContainer (via private member access to 'this$0') of the Window containing the scene. - Removed SwtFXScene and made FXCanvas use Scene instead. - Adjusted SwtFX examples as well as usages within MVC.FX.UI to no longer use SwtFXScene. All changes committed to origin/master. Resolving as fixed in 3.10.0M1. Change component to FX, as SwtFX is succeeded by FX.UI. |