Community
Participate
Working Groups
data.verticalAlignment = SWT.TOP;
buttons.setLayoutData(data);
int len = computeButtonsMinWidth(buttons);
newBtn = new Button(buttons, SWT.PUSH);
newBtn.setText(Messages.SYMPTOM_RCP_NEW);
protected void makeFileActions(final IWorkbenchWindow window){
newAction = new WizardLauncherAction(SymptomRCPUtils.NEW_ACTION_ID, NewSymptomDBWizard.class, Messages.SYMPTOM_RCP_MENU_NEW , SDbPluginImages.IMG_SYMPTOM_DB);
closeAction = ActionFactory.CLOSE.create(window);
closeAllAction = ActionFactory.CLOSE_ALL.create(window);
this.wizardClass = wizardClass;
this.actionLabel = actionLabel;
this.actionImageDesc = actionImageDesc;
if(actionLabel != null)
setToolTipText(actionLabel.replaceAll("&", ""));
}
public String getId() {