Uses of Interface
org.eclipse.e4.ui.model.application.commands.MParameter
Packages that use MParameter
Package
Description
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
-
Uses of MParameter in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MParameterModifier and TypeMethodDescriptionMCommandsFactory.createParameter()Returns a new object of class 'Parameter'.Methods in org.eclipse.e4.ui.model.application.commands that return types with arguments of type MParameterModifier and TypeMethodDescriptionMKeyBinding.getParameters()Returns the value of the 'Parameters' containment reference list. -
Uses of MParameter in org.eclipse.e4.ui.model.application.commands.impl
Classes in org.eclipse.e4.ui.model.application.commands.impl that implement MParameterModifier and TypeClassDescriptionclassAn implementation of the model object 'Parameter'.Fields in org.eclipse.e4.ui.model.application.commands.impl with type parameters of type MParameterModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MParameter> KeyBindingImpl.parametersThe cached value of the 'Parameters' containment reference list.Methods in org.eclipse.e4.ui.model.application.commands.impl that return MParameterMethods in org.eclipse.e4.ui.model.application.commands.impl that return types with arguments of type MParameter -
Uses of MParameter in org.eclipse.e4.ui.model.application.commands.util
Methods in org.eclipse.e4.ui.model.application.commands.util with parameters of type MParameterModifier and TypeMethodDescriptionCommandsSwitch.caseParameter(MParameter object) Returns the result of interpreting the object as an instance of 'Parameter'.