}
}
void createPageOverView() {
try {
int index = addPage(new OverviewFormPage(this));
setPageText(index, "Information");
} catch (PartInitException e) {
// Should not happen
IvyPlugin.log(IStatus.ERROR, "The overview page could not be created", e);
}