Uses of Interface
org.eclipse.e4.ui.model.application.ui.menu.MToolBar
-
Packages that use MToolBar Package Description org.eclipse.e4.ui.model.application.descriptor.basic Application programming interfaces describing the Eclipse 4 descriptor model elements.org.eclipse.e4.ui.model.application.ui.basic Application programming interfaces describing the basic Eclipse 4 user interface model elements.org.eclipse.e4.ui.model.application.ui.menu 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 MToolBar Modifier and Type Method Description MToolBar
MPartDescriptor. getToolbar()
Returns the value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.descriptor.basic with parameters of type MToolBar Modifier and Type Method Description void
MPartDescriptor. setToolbar(MToolBar value)
Sets the value of the 'Toolbar
' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return MToolBar Modifier and Type Method Description MToolBar
MPart. getToolbar()
Returns the value of the 'Toolbar' containment reference.Methods in org.eclipse.e4.ui.model.application.ui.basic with parameters of type MToolBar Modifier and Type Method Description void
MPart. setToolbar(MToolBar value)
Sets the value of the 'Toolbar
' containment reference. -
Uses of MToolBar in org.eclipse.e4.ui.model.application.ui.menu
Methods in org.eclipse.e4.ui.model.application.ui.menu that return MToolBar Modifier and Type Method Description MToolBar
MMenuFactory. createToolBar()
Returns a new object of class 'Tool Bar'.
-