List of usage examples for org.eclipse.jface.action SubMenuManager subclass-usage
From source file org.eclipse.ui.internal.ActionSetMenuManager.java
/** * An <code>EditorMenuManager</code> is used to sort the contributions * made by an editor so that they always appear after the action sets. */ public class ActionSetMenuManager extends SubMenuManager { private String actionSetId;
From source file org.eclipse.ui.internal.EditorMenuManager.java
/** * An <code>EditorMenuManager</code> is used to sort the contributions * made by an editor so that they always appear after the action sets. */ public class EditorMenuManager extends SubMenuManager { private ArrayList wrappers;