public void SwitchView(BaseViewContent view) { }
DocumentToolbar IWorkbenchWindow.GetToolbar(BaseViewContent targetView) { throw new System.NotImplementedException(); }
public DocumentToolbar GetToolbar(BaseViewContent targetView) { throw new NotImplementedException(); }
public void InsertViewContent(int index, BaseViewContent subViewContent) { }
public void AttachViewContent(BaseViewContent subViewContent) { }
public ActiveViewContentEventArgs (BaseViewContent content) { this.content = content; }