toolkit.createLabel(body, Messages.description);
Text descriptionText = toolkit.createText(body, description, SWT.MULTI
| SWT.WRAP | SWT.READ_ONLY);
descriptionText.setLayoutData(defaultGridData.create());
Section notifSection = toolkit.createSection(body, Section.TITLE_BAR
| Section.TWISTIE | Section.TWISTIE);
notifSection.setText(Messages.InfoPage_notificationsSectionTitle);
GridDataFactory.fillDefaults().span(2, 1).grab(true, true).applyTo(
notifSection);
if (wrapper.getMBeanNotificationInfoWrappers().length == 0) {