getSystemColor(SWT.COLOR_LIST_BACKGROUND));
}
protected void createAlertsActionsSection(Composite parent) {
alertsActionsSection =
new AlertsActionsSection(parent, SWT.NONE, getContext());
GridData data = new GridData(GridData.FILL_HORIZONTAL);
alertsActionsSection.setLayoutData(data);
}