Example usage for org.eclipse.jface.action IMenuManager interface-usage

List of usage examples for org.eclipse.jface.action IMenuManager interface-usage

Introduction

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

Usage

From source file com.github.haixing_hu.swt.menu.MenuManagerEx.java

/**
 * A menu manager is a contribution manager which realizes itself and its items
 * in a menu control; either as a menu bar, a sub-menu, or a context menu.
 * <p>
 * This class may be instantiated; it may also be subclassed.
 * </p>

From source file com.runwaysdk.manager.general.MainMenuManager.java

public class MainMenuManager implements IMenuManager {
    private HashMap<String, MenuManager> map;

    private MenuManager bar;

    public MainMenuManager(MenuManager bar) {

From source file org.eclipse.gmf.runtime.gef.ui.internal.actions.MenuManagerEx.java

/**
 * A menu manager is a contribution manager which realizes itself and its items
 * in a menu control; either as a menu bar, a sub-menu, or a context menu.
 * <p>
 * This class may be instantiated; it may also be subclassed.
 * </p>

From source file org.python.pydev.ui.MenuManagerCopiedToAddCreateMenuWithMenuParent.java

/**
 * A menu manager is a contribution manager which realizes itself and its items
 * in a menu control; either as a menu bar, a sub-menu, or a context menu.
 * <p>
 * This class may be instantiated; it may also be subclassed.
 * </p>