Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MTrimElement
Packages that use MTrimElement
Package
Description
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 MTrimElement in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MTrimElementModifier and TypeMethodDescriptionMTrimBar.getPendingCleanup()
Returns the value of the 'Pending Cleanup' reference list. -
Uses of MTrimElement in org.eclipse.e4.ui.model.application.ui.basic.impl
Fields in org.eclipse.e4.ui.model.application.ui.basic.impl with type parameters of type MTrimElementModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<MTrimElement> TrimBarImpl.pendingCleanup
The cached value of the 'Pending Cleanup
' reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return types with arguments of type MTrimElement -
Uses of MTrimElement in org.eclipse.e4.ui.model.application.ui.basic.util
Methods in org.eclipse.e4.ui.model.application.ui.basic.util with parameters of type MTrimElementModifier and TypeMethodDescriptionBasicSwitch.caseTrimElement
(MTrimElement object) Returns the result of interpreting the object as an instance of 'Trim Element'. -
Uses of MTrimElement in org.eclipse.ui.internal
Constructor parameters in org.eclipse.ui.internal with type arguments of type MTrimElementModifierConstructorDescriptionCoolBarToTrimManager
(MApplication app, MTrimmedWindow window, List<MTrimElement> workbenchTrimElements, IRendererFactory rf)