Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MTrimBar
Package
Description
Application programming interfaces describing the Eclipse 4 descriptor model elements.
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MTrimBar in org.eclipse.e4.ui.model.application.descriptor.basic
Modifier and TypeMethodDescriptionMPartDescriptor.getTrimBars()
Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.descriptor.basic.impl
-
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.advanced
Modifier and TypeMethodDescriptionMPerspective.getTrimBars()
Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.advanced.impl
-
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.basic
Modifier and TypeMethodDescriptionMBasicFactory.createTrimBar()
Returns a new object of class 'Trim Bar'.Modifier and TypeMethodDescriptionMPart.getTrimBars()
Returns the value of the 'Trim Bars' containment reference list.MTrimmedWindow.getTrimBars()
Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.basic.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Trim Bar'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MTrimBar>
PartImpl.trimBars
The cached value of the 'Trim Bars
' containment reference list.protected org.eclipse.emf.common.util.EList<MTrimBar>
TrimmedWindowImpl.trimBars
The cached value of the 'Trim Bars
' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.basic.util
Modifier and TypeMethodDescriptionBasicSwitch.caseTrimBar
(MTrimBar object) Returns the result of interpreting the object as an instance of 'Trim Bar'. -
Uses of MTrimBar in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionEModelService.getTrim
(MTrimmedWindow window, SideValue sv) Returns the window's MTrimBar for the specified side. -
Uses of MTrimBar in org.eclipse.e4.ui.workbench.renderers.swt
-
Uses of MTrimBar in org.eclipse.ui.internal