929930931932933934935936937938939
{ if( type == IContentOutlinePage.class ) { if( this.outline == null || this.outline.isDisposed() ) { this.outline = new SapphireEditorContentOutline( this ); } return this.outline; } else if( type == IPropertySheetPage.class )