Uses of Interface
org.eclipse.e4.ui.model.application.ui.menu.MToolBar
Packages that use 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
Methods in org.eclipse.e4.ui.model.application.descriptor.basic that return MToolBarModifier and TypeMethodDescriptionMPartDescriptor.getToolbar()Returns the value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.descriptor.basic with parameters of type MToolBarModifier and TypeMethodDescriptionvoidMPartDescriptor.setToolbar(MToolBar value) Sets the value of the 'Toolbar' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.descriptor.basic.impl
Fields in org.eclipse.e4.ui.model.application.descriptor.basic.impl declared as MToolBarModifier and TypeFieldDescriptionprotected MToolBarPartDescriptorImpl.toolbarThe cached value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.descriptor.basic.impl that return MToolBarMethods in org.eclipse.e4.ui.model.application.descriptor.basic.impl with parameters of type MToolBarModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainPartDescriptorImpl.basicSetToolbar(MToolBar newToolbar, org.eclipse.emf.common.notify.NotificationChain msgs) voidPartDescriptorImpl.setToolbar(MToolBar newToolbar) -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return MToolBarModifier and TypeMethodDescriptionMPart.getToolbar()Returns the value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.ui.basic with parameters of type MToolBarModifier and TypeMethodDescriptionvoidMPart.setToolbar(MToolBar value) Sets the value of the 'Toolbar' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.basic.impl
Fields in org.eclipse.e4.ui.model.application.ui.basic.impl declared as MToolBarModifier and TypeFieldDescriptionprotected MToolBarPartImpl.toolbarThe cached value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return MToolBarMethods in org.eclipse.e4.ui.model.application.ui.basic.impl with parameters of type MToolBarModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainPartImpl.basicSetToolbar(MToolBar newToolbar, org.eclipse.emf.common.notify.NotificationChain msgs) voidPartImpl.setToolbar(MToolBar newToolbar) -
Uses of MToolBar in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt that return MToolBarMethods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MToolBarModifier and TypeMethodDescriptionprotected voidvoidToolBarManagerRenderer.clearModelToManager(MToolBar model, ToolBarManager manager) ToolBarManagerRenderer.getManager(MToolBar model) voidToolBarManagerRenderer.linkModelToManager(MToolBar model, ToolBarManager manager) voidToolBarManagerRenderer.processContribution(MToolBar toolbarModel, String elementId) voidToolBarManagerRenderer.reconcileManagerToModel(IToolBarManager menuManager, MToolBar toolBar) Constructors in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MToolBarModifierConstructorDescriptionToolBarContributionRecord(MToolBar model, MToolBarContribution contribution, ToolBarManagerRenderer renderer)