Uses of Class
org.eclipse.swt.widgets.Menu
-
Packages that use Menu Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.menus Provides support for trim specification.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of Menu in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that return Menu Modifier and Type Method Description MenuAbstractLaunchHistoryAction. getMenu(Control parent)MenuAbstractLaunchHistoryAction. getMenu(Menu parent)MenuContextualLaunchAction. getMenu(Control parent)MenuContextualLaunchAction. getMenu(Menu parent)MenuLaunchAsAction. getMenu(Control parent)Deprecated.MenuLaunchAsAction. getMenu(Menu parent)Deprecated.MenuLaunchShortcutsAction. getMenu(Control parent)MenuLaunchShortcutsAction. getMenu(Menu parent)MenuRulerBreakpointTypesActionDelegate. getMenu(Control parent)Deprecated.MenuRulerBreakpointTypesActionDelegate. getMenu(Menu parent)Deprecated.Methods in org.eclipse.debug.ui.actions with parameters of type Menu Modifier and Type Method Description protected voidAbstractLaunchHistoryAction. addSeparator(Menu menu)Adds a separator to the given menuprotected voidAbstractLaunchHistoryAction. addToMenu(Menu menu, IAction action, int accelerator)Adds the given action to the specified menu with an accelerator specified by the given number.protected voidAbstractLaunchHistoryAction. fillMenu(Menu menu)Fills the drop-down menu with favorites and launch historyprotected voidAbstractLaunchToolbarAction. fillMenu(Menu menu)Fills the drop-down menu with favorites and launch history, launch shortcuts, and an action to open the launch configuration dialog.protected voidContextualLaunchAction. fillMenu(Menu menu)Fills the menu with applicable launch shortcutsMenuAbstractLaunchHistoryAction. getMenu(Menu parent)MenuContextualLaunchAction. getMenu(Menu parent)MenuLaunchAsAction. getMenu(Menu parent)Deprecated.MenuLaunchShortcutsAction. getMenu(Menu parent)MenuRulerBreakpointTypesActionDelegate. getMenu(Menu parent)Deprecated. -
Uses of Menu in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return Menu Modifier and Type Method Description MenuMenuManager. createContextMenu(Control parent)Creates and returns an SWT context menu control for this menu, and installs all registered contributions.MenuMenuManager. createMenuBar(Decorations parent)Creates and returns an SWT menu bar control for this menu, for use in the givenDecorations, and installs all registered contributions.MenuMenuManager. createMenuBar(Shell parent)Deprecated.usecreateMenuBar(Decorations)instead.MenuIMenuCreator. getMenu(Control parent)Returns the SWT menu, created as a pop up menu parented by the given control.MenuIMenuCreator. getMenu(Menu parent)Returns an SWT menu created as a drop down menu parented by the given menu.MenuMenuManager. getMenu()Returns the SWT menu control for this menu manager.Methods in org.eclipse.jface.action with parameters of type Menu Modifier and Type Method Description voidActionContributionItem. fill(Menu parent, int index)TheActionContributionItemimplementation of thisIContributionItemmethod creates an SWTMenuItemfor the action using the action's style.voidContributionItem. fill(Menu menu, int index)The default implementation of thisIContributionItemmethod does nothing.voidControlContribution. fill(Menu parent, int index)The control item implementation of thisIContributionItemmethod throws an exception since controls cannot be added to menus.voidIContributionItem. fill(Menu parent, int index)Fills the given menu with controls representing this contribution item.voidMenuManager. fill(Menu parent, int index)voidSeparator. fill(Menu menu, int index)voidSubContributionItem. fill(Menu parent, int index)voidSubMenuManager. fill(Menu parent, int index)MenuIMenuCreator. getMenu(Menu parent)Returns an SWT menu created as a drop down menu parented by the given menu. -
Uses of Menu in org.eclipse.jface.menus
Methods in org.eclipse.jface.menus with parameters of type Menu Modifier and Type Method Description voidAbstractTrimWidget. fill(Menu parent, int index)voidIWidget. fill(Menu parent, int index)Fills the given menu with controls representing this widget. -
Uses of Menu in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type Menu Modifier and Type Method Description voidIVerticalRulerListener. annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)Called when the context menu is opened on an annotation in the vertical ruler.voidCompositeRuler. fireAnnotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)Informs all registered vertical ruler listeners that the content menu on a selected annotation\ is about to be shown. -
Uses of Menu in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return Menu Modifier and Type Method Description MenuCCombo. getMenu()Methods in org.eclipse.swt.custom with parameters of type Menu Modifier and Type Method Description voidCCombo. setMenu(Menu menu) -
Uses of Menu in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return Menu Modifier and Type Method Description MenuControl. getMenu()Returns the receiver's pop up menu if it has one, or null if it does not.MenuMenuItem. getMenu()Returns the receiver's cascade menu if it has one or null if it does not.MenuTaskItem. getMenu()Returns the receiver's pop up menu if it has one, or null if it does not.MenuDecorations. getMenuBar()Returns the receiver's menu bar if one had previously been set, otherwise returns null.MenuDisplay. getMenuBar()Returns the single instance of the application menu bar, ornullif there is no application menu bar for the platform.MenuMenuItem. getParent()Returns the receiver's parent, which must be aMenu.MenuMenu. getParentMenu()Returns the receiver's parent item, which must be aMenuor null when the receiver is a root.MenuDisplay. getSystemMenu()Returns the single instance of the system-provided menu for the application, ornullon platforms where no menu is provided for the application.Methods in org.eclipse.swt.widgets with parameters of type Menu Modifier and Type Method Description voidControl. setMenu(Menu menu)Sets the receiver's pop up menu to the argument.voidMenuItem. setMenu(Menu menu)Sets the receiver's pull down menu to the argument.voidTaskItem. setMenu(Menu menu)Sets the receiver's pop up menu to the argument.voidDecorations. setMenuBar(Menu menu)Sets the receiver's menu bar to the argument, which may be null.Constructors in org.eclipse.swt.widgets with parameters of type Menu Constructor Description Menu(Menu parentMenu)Constructs a new instance of this class given its parent (which must be aMenu) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent.MenuItem(Menu parent, int style)Constructs a new instance of this class given its parent (which must be aMenu) and a style value describing its behavior and appearance.MenuItem(Menu parent, int style, int index)Constructs a new instance of this class given its parent (which must be aMenu), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. -
Uses of Menu in org.eclipse.ui
Methods in org.eclipse.ui that return Menu Modifier and Type Method Description MenuIWorkbenchWindowPulldownDelegate. getMenu(Control parent)Returns the menu for this pull down action.MenuIWorkbenchWindowPulldownDelegate2. getMenu(Menu parent)Returns the menu for this pull down action.Methods in org.eclipse.ui with parameters of type Menu Modifier and Type Method Description MenuIWorkbenchWindowPulldownDelegate2. getMenu(Menu parent)Returns the menu for this pull down action. -
Uses of Menu in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type Menu Modifier and Type Method Description voidCompoundContributionItem. fill(Menu menu, int index)voidOpenWithMenu. fill(Menu menu, int index)voidPerspectiveMenu. fill(Menu menu, int index) -
Uses of Menu in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return Menu Modifier and Type Method Description MenuIWorkbenchWindowConfigurer. createMenuBar()Deprecated.This method is no longer used. -
Uses of Menu in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets with parameters of type Menu Modifier and Type Method Description voidExpandableComposite. setMenu(Menu menu)Overrides 'super' to pass the menu to the text label.voidForm. setMenu(Menu menu)Passes the menu to the form body.voidFormText. setMenu(Menu menu)Disposes the internal menu if created and sets the menu provided as a parameter.voidScrolledForm. setMenu(Menu menu)Passes the menu to the body. -
Uses of Menu in org.eclipse.ui.help
Methods in org.eclipse.ui.help with parameters of type Menu Modifier and Type Method Description voidIWorkbenchHelpSystem. setHelp(Menu menu, String helpContextId)Sets the given help id on the given menu. -
Uses of Menu in org.eclipse.ui.menus
Methods in org.eclipse.ui.menus with parameters of type Menu Modifier and Type Method Description voidCommandContributionItem. fill(Menu parent, int index) -
Uses of Menu in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type Menu Modifier and Type Method Description voidSelectAnnotationRulerAction. annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)
-