eclipse-windowbuilder / windowbuilder

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

Replace IAdaptable interface with the one provided by the platform #931

Closed ptziegler closed 1 day ago

ptziegler commented 2 days ago

This interface is used to adapt e.g. properties and descriptions into other datatypes and is functionally identical to the interface available via the Eclipse platform. Given that both interfaces share the same signature, we can use the platform one as a drop-in replacement.