| Summary: | Enhance FXView and FXEditor to support working with multiple FXViewers. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.1.0 | ||
| Target Milestone: | 3.10.1 (Mars SR1) M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I pushed the following changes to origin/master: - Introduced hookViewers() hook method (with default implementation based on the single default content viewer). - Introduced populateViewers() hook method (with default implementation based on the single default content viewer). Clients can overwrite these hook methods to hook/populate several viewers (e.g. a palette viewer). Resolving as fixed in 3.10.1 M2. |