"/sos/scheduler/editor/editor-small.png")));
return scheduler;
}
public JobChainConfigurationForm newDetails() {
JobChainConfigurationForm detailForm = new JobChainConfigurationForm(this, folder, SWT.NONE);
detailForm.openBlank();
CTabItem tab = newItem(detailForm, NEW_DETAIL_TITLE);
tab.setImage(new Image(tab.getDisplay(), getClass().getResourceAsStream(
"/sos/scheduler/editor/editor-small.png")));
return detailForm;
}