Package com._1c.g5.v8.dt.common.ui.menu
Class V8MenuManager
- java.lang.Object
-
- org.eclipse.jface.action.ContributionManager
-
- org.eclipse.jface.action.MenuManager
-
- com._1c.g5.v8.dt.common.ui.menu.V8MenuManager
-
- All Implemented Interfaces:
org.eclipse.jface.action.IContributionItem
,org.eclipse.jface.action.IContributionManager
,org.eclipse.jface.action.IMenuManager
public class V8MenuManager extends org.eclipse.jface.action.MenuManager
-
-
Constructor Summary
Constructors Constructor Description V8MenuManager()
V8MenuManager(String text)
V8MenuManager(String text, String id)
V8MenuManager(String text, org.eclipse.jface.resource.ImageDescriptor image, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDefaultExclusions()
protected boolean
allowItem(org.eclipse.jface.action.IContributionItem itemToAdd)
Set<Object>
getExclusionSet()
void
setExclusionSet(Set<Object> ex)
-
Methods inherited from class org.eclipse.jface.action.MenuManager
addMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, doItemFill, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getImageDescriptor, getMenu, getMenuItem, getMenuItemCount, getMenuItems, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isEnabled, isGroupMarker, isSeparator, isSubstituteFor, isVisible, markDirty, menuExist, removeMenuListener, saveWidgetState, setActionDefinitionId, setImageDescriptor, setMenuText, setOverrides, setParent, setRemoveAllWhenShown, setVisible, toString, update, update, update, update, updateAll
-
Methods inherited from class org.eclipse.jface.action.ContributionManager
add, add, appendToGroup, appendToGroup, dumpStatistics, find, getItems, getSize, hasDynamicItems, indexOf, indexOf, insert, insertAfter, insertAfter, insertBefore, insertBefore, internalSetItems, isDirty, isEmpty, itemAdded, itemRemoved, prependToGroup, prependToGroup, remove, remove, removeAll, replaceItem, setDirty
-
-