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

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

Introduction

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

Usage

From source file ac.soton.fmusim.components.presentation.ComponentsEditor.java

/**
 * This is an example of a Components model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */

From source file at.bitandart.zoubek.mervin.model.modelreview.presentation.ModelReviewEditor.java

/**
 * This is an example of a ModelReview model editor. <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * 
 * @generated
 */

From source file at.spardat.xma.guidesign.presentation.GuidesignEditor.java

/**
 * This is an example of a Guidesign model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */

From source file automaticexperiment.presentation.AutomaticexperimentEditor.java

/**
 * This is an example of a Automaticexperiment model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */

From source file ca.uvic.chisel.javasketch.ui.internal.presentation.TimeLineAnnotationHook.java

/**
 * A class that creates a hook for opening annotations in a timeline.
 * 
 * @author Del Myers
 * 
 */

From source file ca.uwaterloo.gp.fmp.presentation.ConstraintsView.java

/**
 * @author Chang Hwan Peter Kim <chpkim@swen.uwaterloo.ca>
 * 
 * Constraints panel
 */
public class ConstraintsView extends ViewPart implements ISelectionListener, IMenuListener, IPartListener {

From source file ca.uwaterloo.gp.fmp.presentation.FmpEditor.java

/**
 * @author Michal Antkiewicz <mantkiew@swen.uwaterloo.ca>
 * This is an example of a Fmp model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated

From source file carisma.modeltype.bpmn2.extension.presentation.ExtensionEditor.java

/**
 * This is an example of a Extension model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */

From source file carisma.ocl.library.presentation.LibraryEditor.java

/**
 * This is an example of a Library model editor.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */

From source file ch.elexis.core.ui.contacts.views.PatientMenuPopulator.java

public class PatientMenuPopulator implements IMenuPopulator, IMenuListener {
    IAction exportKGAction, stickerAction;
    RestrictedAction delPatAction;
    PatientenListeView mine;

    public IAction[] fillMenu() {