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 TypeInterfaceDescriptioninterface
A representation of the model object 'Core Expression'.interface
A 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 TypeMethodDescriptionvoid
MUIElement.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 TypeClassDescriptionclass
An implementation of the model object 'Core Expression'.class
An implementation of the model object 'Expression'.class
An implementation of the model object 'Imperative Expression'.Fields in org.eclipse.e4.ui.model.application.ui.impl declared as MExpressionModifier and TypeFieldDescriptionprotected MExpression
UIElementImpl.visibleWhen
The 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.NotificationChain
UIElementImpl.basicSetVisibleWhen
(MExpression newVisibleWhen, org.eclipse.emf.common.notify.NotificationChain msgs) void
UIElementImpl.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'.