*/
public IInformationPresenter getOutlinePresenter(ISourceViewer sourceViewer) {
InformationPresenter presenter;
presenter = new InformationPresenter(new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell parent) {
return new ATGOutlineInformationControl(parent, fEditor);
}
});
presenter.setDocumentPartitioning(getConfiguredDocumentPartitioning(sourceViewer));
presenter.setAnchor(AbstractInformationControlManager.ANCHOR_GLOBAL);