JComponent comp = presenter.createJComponent();
_tabbedPane.addTab(LabelUtils.getLabel(analyzerJobBuilder),
IconUtils.getDescriptorIcon(analyzerJobBuilder.getDescriptor(), IconUtils.ICON_SIZE_LARGE), comp);
_jobBuilderTabs.put(presenter, comp);
final int tabIndex = _tabbedPane.getTabCount() - 1;
_tabbedPane.setRightClickActionListener(tabIndex, new JobBuilderTabTextActionListener(_analysisJobBuilder,
analyzerJobBuilder, tabIndex, _tabbedPane));
_tabbedPane.setSelectedIndex(tabIndex);
updateStatusLabel();
}