private void calculateUses() {
   final IProject proj = getPage().getPDEEditor().getCommonProject();
   Action action = new CalculateUsesAction(proj, (IBundlePluginModelBase) getPage().getModel());
   action.run();
 }