final CloseReportAction closeThisAction = new CloseReportAction(tabIndex);
closeThisAction.setReportDesignerContext(getContext());
final CloseChildReportsAction closeChildsAction = new CloseChildReportsAction(tabIndex);
closeChildsAction.setReportDesignerContext(getContext());
final CloseOtherReportsAction closeOthersAction = new CloseOtherReportsAction(tabIndex);
closeOthersAction.setReportDesignerContext(getContext());
final CloseAllReportsAction closeAllAction = new CloseAllReportsAction();
closeAllAction.setReportDesignerContext(getContext());
final CloseUnmodifiedReportsAction closeUnmodifiedReportsAction = new CloseUnmodifiedReportsAction();
closeUnmodifiedReportsAction.setReportDesignerContext(getContext());