eclipse-windowbuilder / windowbuilder

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

Remove obsolete IActionIconProvider class #850

Closed ptziegler closed 1 month ago

ptziegler commented 1 month ago

Continuation of e84b742c0b3a08ec9e2c1fab154c739fa74d4d73. With the IActionIconProvider being removed from the LayoutAssistantPage, it is only implemented by the ActionFactoryCreationSupport class in order to load the "workbench_action" icon.

Instead of adding additional complexity by going through the interface, one can simply access the class directly to get the icon, making the interface unnecessary.