Package org.eclipse.zest.core.viewers

Examples of org.eclipse.zest.core.viewers.IZoomableWorkbenchPart


  private void createToolbar() {
        IToolBarManager mgr = getViewSite().getActionBars().getToolBarManager();
        mgr.add(layoutTreeAction);
        mgr.add(layoutVerticalAction);
        mgr.add(layoutRadialAction);
        mgr.add(new ZoomContributionViewItem(new IZoomableWorkbenchPart() {
      @Override
      public AbstractZoomableViewer getZoomableViewer() {
        return graph;
      }
    }));
View Full Code Here

TOP

Related Classes of org.eclipse.zest.core.viewers.IZoomableWorkbenchPart

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.