List of usage examples for org.eclipse.jface.action MenuManager subclass-usage
From source file com.archimatetool.editor.actions.MRUMenuManager.java
/** * MRU Files Menu Manager * * @author Phillip Beauvoir */ public class MRUMenuManager extends MenuManager implements PropertyChangeListener {
From source file com.architexa.org.eclipse.gef.ContextMenuProvider.java
/**
* Extends MenuManager to allow populating the menu directly from the manager itself.
* Using this class is no different than using a standalone <code>MenuManager</code>, and
* adding a menuAboutToShow listener.
*
* @author hudsonr
From source file com.astra.ses.spell.tabbed.ui.editor.menu.TableEditorMenuManager.java
/****************************************************************************** * TabularEditorMenuManager will provide menu with available actions over the * table * @author jpizar *****************************************************************************/ public class TableEditorMenuManager extends MenuManager {
From source file com.beck.ep.team.git.GitModeMenuMgr.java
public class GitModeMenuMgr extends MenuManager { public static final String PREF_TYPE_MODE = "mode"; public static final String PREF_TYPE_SOURCE = "source"; public static final String PREF_TYPE_IGNORE = "ignore"; public static final String PREF_TYPE_UNTRACK = "untrack";
From source file com.beck.ep.team.ui.CustomUnpackMgr.java
public class CustomUnpackMgr extends MenuManager { private static final String CFG_ACTION_ID = "CustomMenuMgr_Separator"; private Preferences pref; private IAccessText fAccessText; public CustomUnpackMgr(String text, String id, IAccessText accessText, Preferences preferences) {
From source file com.beck.ep.team.ui.FileListMenuMgr.java
public class FileListMenuMgr extends MenuManager {//implements IMenuListener private static final String CFG_ACTION_ID = "FileListMenuMgr_Separator"; private Preferences pref; private IAccessText input; public FileListMenuMgr(String text, String id, IAccessText input, Preferences preferences) {
From source file com.centurylink.mdw.plugin.actions.MdwMenuManager.java
/** * Custom menu manager that prevents unwanted menu contributions from being * displayed in context menus. All menu items must begin with MDW_MENU_PREFIX in * order to be displayed. */ public class MdwMenuManager extends MenuManager {
From source file com.drgarbage.bytecodevisualizer.editors.BytecodevizualizerContexMenuManager.java
/**
* Context Menu Manager.
*
* @author Sergej Alekseev
* @version $Revision$
* $Id$
From source file com.hydra.project.myplugin_nebula.xviewer.XSubMenuManager.java
/** * @author Andrew M. Finkbeiner */ public class XSubMenuManager extends MenuManager { private boolean visible = true;
From source file com.isencia.passerelle.workbench.model.editor.ui.views.ContextMenuProvider.java
/**
* Extends MenuManager to allow populating the menu directly from the manager
* itself. Using this class is no different than using a standalone
* <code>MenuManager</code>, and adding a menuAboutToShow listener.
*
*