Uses of Interface
org.eclipse.jface.action.IMenuCreator
Packages that use IMenuCreator
Package
Description
Provides a set of actions related to running and debugging applications.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IMenuCreator in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IMenuCreatorModifier and TypeClassDescriptionclassAn action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.classDeprecated.The use of perspective based launch shortcuts has been deprecated in the 3.1 release.classA cascading sub-menu that shows all launch shortcuts pertinent to a selection.classDeprecated.Should use BreakpointTypesContribution instead. -
Uses of IMenuCreator in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return IMenuCreatorModifier and TypeMethodDescriptionAction.getMenuCreator()IAction.getMenuCreator()Returns the menu creator for this action.Methods in org.eclipse.jface.action with parameters of type IMenuCreatorModifier and TypeMethodDescriptionvoidAction.setMenuCreator(IMenuCreator creator) Sets the menu creator for this action.voidIAction.setMenuCreator(IMenuCreator creator) Sets the menu creator for this action. -
Uses of IMenuCreator in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IMenuCreator -
Uses of IMenuCreator in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IMenuCreatorMethods in org.eclipse.ui.texteditor with parameters of type IMenuCreator