bundleSelModel.setSelected(bundle.getBundleId(), false);
} else {
// Trigger a selection change notification to tell
// displayers to update their contents
if (bundleSelModel instanceof DefaultBundleSelectionModel) {
final DefaultBundleSelectionModel dbsm
= (DefaultBundleSelectionModel) bundleSelModel;
dbsm.fireChange(bundle.getBundleId());
}
}
}
updateStatusBar();
updateMenus();