Package org.eclipse.ui.views.properties.tabbed

Examples of org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage


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

    return super.getAdapter(type);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage

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.