Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] recent changes to generic workbench API

We've recently released breaking changes affecting applications that use 
the new generic workbench API introduced in M5. 
The changes are to:

IWorkbenchWindowConfigurer
- renamed get/setToolBar to get/setCoolBar
IActionBar
- replaced all *toolBar* methods with 
        public ICoolBarManager getCoolBarManager();

The docs in platform-ui-home/rcp-proposal/ are in the process of being 
updated, along with the examples.

---jim


Back to the top