Package org.springframework.ide.eclipse.aop.ui.navigator.action

Examples of org.springframework.ide.eclipse.aop.ui.navigator.action.ToggleShowBeanRefsForFileAction


  public boolean isShowBeansRefsForFileEnabled() {
    return showBeansRefsForFileEnabled;
  }

  private void makeActions() {
    this.toggleShowBeanRefsForFileAction = new ToggleShowBeanRefsForFileAction(
        this);
    IActionBars bars = getViewSite().getActionBars();
    bars.getToolBarManager().add(toggleShowBeanRefsForFileAction);
    bars.getMenuManager().add(toggleShowBeanRefsForFileAction);
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.aop.ui.navigator.action.ToggleShowBeanRefsForFileAction

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.