Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MTrimElement
-
Packages that use MTrimElement Package Description 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 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 MTrimElement Modifier and Type Method Description List<MTrimElement>
MTrimBar. getPendingCleanup()
Returns the value of the 'Pending Cleanup' reference list. -
Uses of MTrimElement in org.eclipse.e4.ui.model.application.ui.menu
Subinterfaces of MTrimElement in org.eclipse.e4.ui.model.application.ui.menu Modifier and Type Interface Description interface
MToolBar
A representation of the model object 'Tool Bar'.interface
MToolControl
A representation of the model object 'Tool Control'.
-