Package org.eclipse.ui

Examples of org.eclipse.ui.IEditorActionBarContributor


    // set the active editor in the action bar contributor first
    // before setActivePage calls action bar contributor's
    // setActivePage (https://bugs.eclipse.org/bugs/show_bug.cgi?id=141013 -
    // remove when https://bugs.eclipse.org/bugs/show_bug.cgi?id=151488 is
    // fixed)
    IEditorActionBarContributor contributor = getEditorSite().getActionBarContributor();
    if (contributor != null && contributor instanceof SpringConfigEditorContributor) {
      ((SpringConfigEditorContributor) contributor).setActiveEditor(this);
    }
    loadActivePagePreference();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.IEditorActionBarContributor

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.