super.init(site, memento);
IntroPlugin.getDefault().closeLaunchBar();
// load the correct model based in the current Intro Part id. Set the
// IntroPartId in the manager class.
String introId = getConfigurationElement().getAttribute("id"); //$NON-NLS-1$
ExtensionPointManager extensionPointManager = IntroPlugin.getDefault()
.getExtensionPointManager();
extensionPointManager.setIntroId(introId);
model = extensionPointManager.getCurrentModel();
if (model != null && model.hasValidConfig()) {
// we have a valid config contribution, get presentation. Make sure
// you pass corret memento.
presentation = model.getPresentation();