if (BrowserInformationControl.isAvailable(parent))
return new BrowserInformationControl(parent,
JFaceResources.DIALOG_FONT, true);
else
return new DefaultInformationControl(parent,
new HTMLTextPresenter(false));
}
};
}
return fPresenterControlCreator;
}