Example usage for org.eclipse.jface.action SubMenuManager subclass-usage

List of usage examples for org.eclipse.jface.action SubMenuManager subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.action SubMenuManager subclass-usage.

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;