Package org.eclipse.ui.preferences

Examples of org.eclipse.ui.preferences.ViewPreferencesAction


  }

  private void initPulldownMenu() {
    IMenuManager menuMgr = getViewSite().getActionBars().getMenuManager();
    menuMgr.add(clearAllAction);
    menuMgr.add(new ViewPreferencesAction() {
      /*
       * (non-Javadoc)
       *
       * @see org.eclipse.ui.internal.preferences.ViewPreferencesAction#openViewPreferencesDialog()
       */
 
View Full Code Here


  }

  private void initPulldownMenu() {
    IMenuManager menuMgr = getViewSite().getActionBars().getMenuManager();
    menuMgr.add(clearAllAction);
    menuMgr.add(new ViewPreferencesAction() {
      /*
       * (non-Javadoc)
       *
       * @see org.eclipse.ui.internal.preferences.ViewPreferencesAction#openViewPreferencesDialog()
       */
 
View Full Code Here

TOP

Related Classes of org.eclipse.ui.preferences.ViewPreferencesAction

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.