eclipse-windowbuilder / windowbuilder

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

[GEF] Make IPalette compatible with PaletteRoot #860

Closed ptziegler closed 4 months ago

ptziegler commented 4 months ago

Because the IPalette interface is API, we can't simply rename the methods to match the ones that are used by GEF. Instead, a new DesignerRoot class is created, which serves as an adapter between the IPalette interface and the PaletteRoot class.

The IPalette interface has been marked as deprecated and "for removal", meaning that they can be removed after a two-year grace period, without breaking API.