Community
Participate
Working Groups
The normal way to use Toolbar is to add an IAction to it. How then to get the *button* created by the Toolbar for that IAction so as to be able to call <code>PlatformUI.getWorkbench().getHelpSystem().setHelp(control, HELP_PLUGIN + id)</code>, where HELP_PLUGIN = "com.mun.ist.my.help" or whatever? This comes up in two ways: a) adding items to the main toolbar (I add them using plugin.xml, where you can specify a help-id, which works for the menu-item but not the toolbar); b) creating one's own Toolbar somewhere, and adding an IAction to it.
Assigning to component owner PW
*** This bug has been marked as a duplicate of bug 20226 ***