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

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

Introduction

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

Usage

From source file net.yatomiya.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor.java

/**
 * <code>MenuManagerHideProcessor</code> provides hooks for renderer processing
 * before and after the <code>MenuManager</code> calls out to its
 * <code>IMenuManagerListener2</code> for the <code>menuAboutToHide</code>
 * events.
 */

From source file net.yatomiya.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.java

/**
 * <code>MenuManagerShowProcessor</code> provides hooks for renderer processing
 * before and after the <code>MenuManager</code> calls out to its
 * <code>IMenuManagerListener2</code> for the <code>menuAboutToShow</code>
 * events.
 */

From source file org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerHideProcessor.java

/**
 * <code>MenuManagerHideProcessor</code> provides hooks for renderer processing
 * before and after the <code>MenuManager</code> calls out to its
 * <code>IMenuManagerListener2</code> for the <code>menuAboutToHide</code>
 * events.
 */

From source file org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.java

/**
 * <code>MenuManagerShowProcessor</code> provides hooks for renderer processing
 * before and after the <code>MenuManager</code> calls out to its
 * <code>IMenuManagerListener2</code> for the <code>menuAboutToShow</code>
 * events.
 */

From source file org.eclipse.sirius.ui.tools.internal.views.common.ContextMenuFiller.java

/**
 * Helper to fill context menu with viewpoint actions.
 * 
 * @author mporhel
 * 
 */

From source file org.eclipse.tcf.te.tcf.launch.ui.internal.listeners.MenuListener.java

/**
 * Menu listener implementation.
 */
@SuppressWarnings("restriction")
public class MenuListener implements IMenuListener2 {

From source file org.eclipse.ui.internal.handlers.QuickMenuHandler.java

/**
 * Support for a command based QuickMenuAction that can pop up a
 * menu-contribution based context menu.
 * <p>
 * This is experimental and should not be moved.
 * </p>

From source file org.eclipse.ui.internal.PopupMenuExtender.java

/**
 * This class extends a single popup menu
 */
public class PopupMenuExtender implements IMenuListener2, IRegistryChangeListener {

    /**