| Summary: | AbstractParent#getChildNodes should return an immutable copy, IParent should offer removeChildNodes operation. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | 3.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Added a removeChildNodes operation and ensured getChildNodes returns an immutable list. Renamed addChildNodes to addChildren and removeChildNodes to removeChildren, and renamed getChildNodes to getChildrenUnmodifiable. As we have removed the related code base from SwtFX, this is no longer an issue. Change component to FX, as SwtFX is succeeded by FX.UI. |