// Overwriting the outline page
if ( IContentOutlinePage.class.equals( required ) )
{
if ( outlinePage == null || outlinePage.getControl() == null || outlinePage.getControl().isDisposed() )
{
outlinePage = new LdifOutlinePage( this, true );
}
return outlinePage;
}
// In all other cases, refering to the super class