Examples of resetItemOrder()


Examples of org.eclipse.jface.internal.provisional.action.ICoolBarManager2.resetItemOrder()

    /**
     * Restore the toolbar layout for the active perspective.
     */
    protected void resetToolBarLayout() {
      ICoolBarManager2 mgr = (ICoolBarManager2) window.getCoolBarManager2();
      mgr.resetItemOrder();
    }

    /**
     * Sets the active working set for the workbench page. Notifies property
     * change listener about the change.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.