コード例 #1
0
  protected void initProgressService(IWorkbenchSiteProgressService progressService) {
    progressService.showBusyForFamily(ResourcesPlugin.FAMILY_MANUAL_BUILD);
    progressService.showBusyForFamily(ResourcesPlugin.FAMILY_AUTO_BUILD);

    progressService.showBusyForFamily(REFRESH_MARKERS_JOB_FAMILY);
  }