| Summary: | Enhance extensibility of policies by making their internally used operations accessible for subclasses. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | nyssen, xavier.jacques.external |
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
*** Bug 482345 has been marked as a duplicate of this bug. *** With the introduction of AbstractTransactionPolicy (see bug #481906), this is already solved pretty much for all transaction policies, as the operation is generally accessible. However, the interaction policies (e.g. FXMarqueeOnDragPolicy) still do not expose their information to subclasses. I resolved this ticket as fixed for 4.0.0 M4 because it looks like the policies can already be properly extended. |