Uses of Interface
org.eclipse.e4.ui.model.application.ui.MExpression
Packages that use MExpression
Package
Description
Application programming interfaces describing the Eclipse 4 state and container model elements.
-
Uses of MExpression in org.eclipse.e4.ui.model.application.ui
Subinterfaces of MExpression in org.eclipse.e4.ui.model.application.uiModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Core Expression'.interfaceA representation of the model object 'Imperative Expression'.Methods in org.eclipse.e4.ui.model.application.ui that return MExpressionModifier and TypeMethodDescriptionMUIElement.getVisibleWhen()Returns the value of the 'Visible When' containment reference.Methods in org.eclipse.e4.ui.model.application.ui with parameters of type MExpressionModifier and TypeMethodDescriptionvoidMUIElement.setVisibleWhen(MExpression value) Sets the value of the 'Visible When' containment reference. -
Uses of MExpression in org.eclipse.e4.ui.model.application.ui.impl
Classes in org.eclipse.e4.ui.model.application.ui.impl that implement MExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Core Expression'.classAn implementation of the model object 'Expression'.classAn implementation of the model object 'Imperative Expression'.Fields in org.eclipse.e4.ui.model.application.ui.impl declared as MExpressionModifier and TypeFieldDescriptionprotected MExpressionUIElementImpl.visibleWhenThe cached value of the 'Visible When' containment reference.Methods in org.eclipse.e4.ui.model.application.ui.impl that return MExpressionMethods in org.eclipse.e4.ui.model.application.ui.impl with parameters of type MExpressionModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainUIElementImpl.basicSetVisibleWhen(MExpression newVisibleWhen, org.eclipse.emf.common.notify.NotificationChain msgs) voidUIElementImpl.setVisibleWhen(MExpression newVisibleWhen) -
Uses of MExpression in org.eclipse.e4.ui.model.application.ui.util
Methods in org.eclipse.e4.ui.model.application.ui.util with parameters of type MExpressionModifier and TypeMethodDescriptionUiSwitch.caseExpression(MExpression object) Returns the result of interpreting the object as an instance of 'Expression'.