// Note that the outline page is not cached because the page
// is disposed if the user closes the view and if re-opened
// must be recreated. There is no dispose listener interface
// for view parts.
ODOMOutlinePage outlinePage = new LayoutOutlinePage(context,
SKIP_ELEMENTS, STOP_ELEMENTS, false, labelProvider,
menuManager, globalActions);
adapter = outlinePage;
} else if (FormatAttributesViewPage.class.equals(required)) {