eclipse-windowbuilder / windowbuilder

Eclipse Windowbuilder
https://projects.eclipse.org/projects/tools.windowbuilder
Eclipse Public License 1.0
78 stars 30 forks source link

[Draw2D] Harmonize Parent/Children accessors in Figure with base class #839

Closed ptziegler closed 1 month ago

ptziegler commented 1 month ago

This makes it so that the add(), remove() and setParent() methods of our Figure class match the ones defined by the GEF figure. Doing so avoids any ambiguity regarding which list a child is added to.