Uses of Class
org.eclipse.jface.action.SubMenuManager
Packages that use SubMenuManager
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of SubMenuManager in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return SubMenuManagerModifier and TypeMethodDescriptionprotected SubMenuManagerSubMenuManager.wrapMenu(IMenuManager menu) Wraps a menu manager in a sub menu manager, and returns the new wrapper. -
Uses of SubMenuManager in org.eclipse.ui
Methods in org.eclipse.ui that return SubMenuManagerModifier and TypeMethodDescriptionprotected SubMenuManagerSubActionBars.createSubMenuManager(IMenuManager parent) Returns a new sub menu manager. -
Uses of SubMenuManager in org.eclipse.ui.internal
Subclasses of SubMenuManager in org.eclipse.ui.internalModifier and TypeClassDescriptionclassAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.classAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.Methods in org.eclipse.ui.internal that return SubMenuManagerModifier and TypeMethodDescriptionprotected SubMenuManagerActionSetActionBars.createSubMenuManager(IMenuManager parent) protected SubMenuManagerEditorActionBars.createSubMenuManager(IMenuManager parent) protected SubMenuManagerActionSetMenuManager.wrapMenu(IMenuManager menu) protected SubMenuManagerEditorMenuManager.wrapMenu(IMenuManager menu)