Package org.springframework.ide.eclipse.config.ui.actions

Examples of org.springframework.ide.eclipse.config.ui.actions.ToggleMarkOccurrencesAction


    sourceViewerActionContributor = new SourcePageActionContributor();
  }

  @Override
  public void contributeToToolBar(IToolBarManager toolBarManager) {
    occurrencesAction = new ToggleMarkOccurrencesAction();
    layoutAction = new ToggleLayoutAction();
    zoomCombo = new MultiPageZoomComboContributionItem(getPage());
    toolBarManager.add(new GroupMarker(ID_GROUP));
    toolBarManager.appendToGroup(ID_GROUP, occurrencesAction);
    toolBarManager.appendToGroup(ID_GROUP, layoutAction);
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.config.ui.actions.ToggleMarkOccurrencesAction

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.