tab = new Tab(MSG.view_bundle_bundleVersions());
tab.setIcon("subsystems/bundle/BundleVersion_16.png");
tab.setPane(bundleVersionListView);
container.addTab(tab);
BundleDeploymentListView bundleDeploymentListView = new BundleDeploymentListView(criteria,
this.globalPermissions.contains(Permission.DEPLOY_BUNDLES));
viewsWithTags.add(bundleDeploymentListView);
tab = new Tab(MSG.view_bundle_bundleDeployments());
tab.setIcon("subsystems/bundle/BundleDeployment_16.png");
tab.setPane(bundleDeploymentListView);