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

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

Introduction

In this page you can find the example usage for org.eclipse.jface.action ContributionManager subclass-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 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.eclipse.jface.tests.action.DummyContributionManager.java

/**
 * A dummy contribution manager, used just for testing.
 * Does not populate any widgets.
 */
class DummyContributionManager extends ContributionManager {
    @Override

From source file org.eclipse.rap.demo.presentation.DemoCoolBarManager.java

@SuppressWarnings("restriction")
class DemoCoolBarManager extends ContributionManager implements ICoolBarManager2 {

    private Composite control;

    public Control createControl2(Composite parent) {

From source file org.eclipse.rap.demo.presentation.DemoToolBarManager.java

@SuppressWarnings("restriction")
class DemoToolBarManager extends ContributionManager implements IToolBarManager2 {
    private Control control;

    public void addPropertyChangeListener(final IPropertyChangeListener lsnr) {
    }

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

/**
 * @since 3.5
 * 
 */
public class CoolBarToTrimManager extends ContributionManager implements ICoolBarManager2 {

From source file org.eclipse.ui.internal.menus.TrimContributionManager.java

/**
 * Manage trim contributions added through the 'org.eclipse.ui.menus'
 * extension point.
 * 
 *
 */

From source file org.opentravel.schemas.widgets.ButtonBarManager.java

/**
 * Manager for a {@link ButtonBar}, similar to {@link ToolBarManager}. It's recommended to use this class instead of
 * direct access to {@link ButtonBar}
 * 
 * @author Agnieszka Janowska
 * 

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>