Uses of Interface
org.eclipse.e4.ui.model.application.ui.menu.MToolBar
Package
Description
Application programming interfaces describing the Eclipse 4 descriptor model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
-
Uses of MToolBar in org.eclipse.e4.ui.model.application.descriptor.basic
Modifier and TypeMethodDescriptionMPartDescriptor.getToolbar()
Returns the value of the 'Toolbar' containment reference.Modifier and TypeMethodDescriptionvoid
MPartDescriptor.setToolbar
(MToolBar value) Sets the value of the 'Toolbar
' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.descriptor.basic.impl
Modifier and TypeFieldDescriptionprotected MToolBar
PartDescriptorImpl.toolbar
The cached value of the 'Toolbar
' containment reference.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
PartDescriptorImpl.basicSetToolbar
(MToolBar newToolbar, org.eclipse.emf.common.notify.NotificationChain msgs) void
PartDescriptorImpl.setToolbar
(MToolBar newToolbar) -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.basic
Modifier and TypeMethodDescriptionMPart.getToolbar()
Returns the value of the 'Toolbar' containment reference.Modifier and TypeMethodDescriptionvoid
MPart.setToolbar
(MToolBar value) Sets the value of the 'Toolbar
' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.basic.impl
Modifier and TypeFieldDescriptionprotected MToolBar
PartImpl.toolbar
The cached value of the 'Toolbar
' containment reference.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
PartImpl.basicSetToolbar
(MToolBar newToolbar, org.eclipse.emf.common.notify.NotificationChain msgs) void
PartImpl.setToolbar
(MToolBar newToolbar) -
Uses of MToolBar in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionprotected void
void
ToolBarManagerRenderer.clearModelToManager
(MToolBar model, ToolBarManager manager) ToolBarManagerRenderer.getManager
(MToolBar model) void
ToolBarManagerRenderer.linkModelToManager
(MToolBar model, ToolBarManager manager) void
ToolBarManagerRenderer.processContribution
(MToolBar toolbarModel, String elementId) void
ToolBarManagerRenderer.reconcileManagerToModel
(IToolBarManager menuManager, MToolBar toolBar) ModifierConstructorDescriptionToolBarContributionRecord
(MToolBar model, MToolBarContribution contribution, ToolBarManagerRenderer renderer)