toolbar.add( UISupport.createToolbarButton( SwingActionDelegate.createDelegate(
AddNewTestCaseAction.SOAPUI_ACTION_ID, getModelItem(), null, "/testCase.gif" ) ) );
toolbar.add( UISupport.createToolbarButton( SwingActionDelegate.createDelegate(
CreateWebTestCaseAction.SOAPUI_ACTION_ID, getModelItem(), null, "/webTestCase.gif" ) ) );
toolbar.addGlue();
toolbar.add( UISupport.createToolbarButton( new ShowOnlineHelpAction( HelpUrls.TESTSUITEEDITOR_HELP_URL ) ) );
return toolbar;
}