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 Menu
AbstractLaunchHistoryAction. getMenu(Control parent)
Menu
AbstractLaunchHistoryAction. getMenu(Menu parent)
Menu
ContextualLaunchAction. getMenu(Control parent)
Menu
ContextualLaunchAction. getMenu(Menu parent)
Menu
LaunchAsAction. getMenu(Control parent)
Deprecated.Menu
LaunchAsAction. getMenu(Menu parent)
Deprecated.Menu
LaunchShortcutsAction. getMenu(Control parent)
Menu
LaunchShortcutsAction. getMenu(Menu parent)
Menu
RulerBreakpointTypesActionDelegate. getMenu(Control parent)
Deprecated.Menu
RulerBreakpointTypesActionDelegate. getMenu(Menu parent)
Deprecated.Methods in org.eclipse.debug.ui.actions with parameters of type Menu Modifier and Type Method Description protected void
AbstractLaunchHistoryAction. addSeparator(Menu menu)
Adds a separator to the given menuprotected void
AbstractLaunchHistoryAction. addToMenu(Menu menu, IAction action, int accelerator)
Adds the given action to the specified menu with an accelerator specified by the given number.protected void
AbstractLaunchHistoryAction. fillMenu(Menu menu)
Fills the drop-down menu with favorites and launch historyprotected void
AbstractLaunchToolbarAction. 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 void
ContextualLaunchAction. fillMenu(Menu menu)
Fills the menu with applicable launch shortcutsMenu
AbstractLaunchHistoryAction. getMenu(Menu parent)
Menu
ContextualLaunchAction. getMenu(Menu parent)
Menu
LaunchAsAction. getMenu(Menu parent)
Deprecated.Menu
LaunchShortcutsAction. getMenu(Menu parent)
Menu
RulerBreakpointTypesActionDelegate. 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 Menu
MenuManager. createContextMenu(Control parent)
Creates and returns an SWT context menu control for this menu, and installs all registered contributions.Menu
MenuManager. createMenuBar(Decorations parent)
Creates and returns an SWT menu bar control for this menu, for use in the givenDecorations
, and installs all registered contributions.Menu
MenuManager. createMenuBar(Shell parent)
Deprecated.usecreateMenuBar(Decorations)
instead.Menu
IMenuCreator. getMenu(Control parent)
Returns the SWT menu, created as a pop up menu parented by the given control.Menu
IMenuCreator. getMenu(Menu parent)
Returns an SWT menu created as a drop down menu parented by the given menu.Menu
MenuManager. 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 void
ActionContributionItem. fill(Menu parent, int index)
TheActionContributionItem
implementation of thisIContributionItem
method creates an SWTMenuItem
for the action using the action's style.void
ContributionItem. fill(Menu menu, int index)
The default implementation of thisIContributionItem
method does nothing.void
ControlContribution. fill(Menu parent, int index)
The control item implementation of thisIContributionItem
method throws an exception since controls cannot be added to menus.void
IContributionItem. fill(Menu parent, int index)
Fills the given menu with controls representing this contribution item.void
MenuManager. fill(Menu parent, int index)
void
Separator. fill(Menu menu, int index)
void
SubContributionItem. fill(Menu parent, int index)
void
SubMenuManager. fill(Menu parent, int index)
Menu
IMenuCreator. 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 void
AbstractTrimWidget. fill(Menu parent, int index)
void
IWidget. 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 void
IVerticalRulerListener. annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)
Called when the context menu is opened on an annotation in the vertical ruler.void
CompositeRuler. 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 Menu
CCombo. getMenu()
Methods in org.eclipse.swt.custom with parameters of type Menu Modifier and Type Method Description void
CCombo. 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 Menu
Control. getMenu()
Returns the receiver's pop up menu if it has one, or null if it does not.Menu
MenuItem. getMenu()
Returns the receiver's cascade menu if it has one or null if it does not.Menu
TaskItem. getMenu()
Returns the receiver's pop up menu if it has one, or null if it does not.Menu
Decorations. getMenuBar()
Returns the receiver's menu bar if one had previously been set, otherwise returns null.Menu
Display. getMenuBar()
Returns the single instance of the application menu bar, ornull
if there is no application menu bar for the platform.Menu
MenuItem. getParent()
Returns the receiver's parent, which must be aMenu
.Menu
Menu. getParentMenu()
Returns the receiver's parent item, which must be aMenu
or null when the receiver is a root.Menu
Display. getSystemMenu()
Returns the single instance of the system-provided menu for the application, ornull
on 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 void
Control. setMenu(Menu menu)
Sets the receiver's pop up menu to the argument.void
MenuItem. setMenu(Menu menu)
Sets the receiver's pull down menu to the argument.void
TaskItem. setMenu(Menu menu)
Sets the receiver's pop up menu to the argument.void
Decorations. 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 Menu
IWorkbenchWindowPulldownDelegate. getMenu(Control parent)
Returns the menu for this pull down action.Menu
IWorkbenchWindowPulldownDelegate2. 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 Menu
IWorkbenchWindowPulldownDelegate2. 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 void
CompoundContributionItem. fill(Menu menu, int index)
void
OpenWithMenu. fill(Menu menu, int index)
void
PerspectiveMenu. 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 Menu
IWorkbenchWindowConfigurer. 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 void
ExpandableComposite. setMenu(Menu menu)
Overrides 'super' to pass the menu to the text label.void
Form. setMenu(Menu menu)
Passes the menu to the form body.void
FormText. setMenu(Menu menu)
Disposes the internal menu if created and sets the menu provided as a parameter.void
ScrolledForm. 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 void
IWorkbenchHelpSystem. 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 void
CommandContributionItem. 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 void
SelectAnnotationRulerAction. annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)
-