595596597598599600601602603
} if (type == ZoomManager.class) return getGraphicalViewer().getProperty( ZoomManager.class.toString()); if (type == IPropertySheetPage.class) return new TabbedPropertySheetPage(this); return super.getAdapter(type); }