Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MTrimBar
-
Packages that use MTrimBar 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.advanced Application programming interfaces describing the advanced Eclipse 4 user interface 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.workbench.modeling Application programming interfaces describing the Eclipse 4 model services. -
-
Uses of MTrimBar in org.eclipse.e4.ui.model.application.descriptor.basic
Methods in org.eclipse.e4.ui.model.application.descriptor.basic that return types with arguments of type MTrimBar Modifier and Type Method Description List<MTrimBar>MPartDescriptor. getTrimBars()Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.advanced
Methods in org.eclipse.e4.ui.model.application.ui.advanced that return types with arguments of type MTrimBar Modifier and Type Method Description List<MTrimBar>MPerspective. getTrimBars()Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return MTrimBar Modifier and Type Method Description MTrimBarMBasicFactory. createTrimBar()Returns a new object of class 'Trim Bar'.Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MTrimBar Modifier and Type Method Description List<MTrimBar>MPart. getTrimBars()Returns the value of the 'Trim Bars' containment reference list.List<MTrimBar>MTrimmedWindow. getTrimBars()Returns the value of the 'Trim Bars' containment reference list. -
Uses of MTrimBar in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MTrimBar Modifier and Type Method Description MTrimBarEModelService. getTrim(MTrimmedWindow window, SideValue sv)Returns the window's MTrimBar for the specified side.
-