766767768769770771772773774
} else if (root instanceof ScalableRootEditPart) { return ((ScalableRootEditPart) root).getZoomManager(); } return null; } else if (type == IContentOutlinePage.class) { return new RiderOutlinePage(this); } return super.getAdapter(type); }