Uses of Interface
org.eclipse.e4.ui.model.application.commands.MCommandParameter
Packages that use MCommandParameter
Package
Description
-
Uses of MCommandParameter in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MCommandParameterModifier and TypeMethodDescriptionMCommandsFactory.createCommandParameter()
Returns a new object of class 'Command Parameter'.Methods in org.eclipse.e4.ui.model.application.commands that return types with arguments of type MCommandParameterModifier and TypeMethodDescriptionMCommand.getParameters()
Returns the value of the 'Parameters' containment reference list. -
Uses of MCommandParameter in org.eclipse.e4.ui.model.application.commands.impl
Classes in org.eclipse.e4.ui.model.application.commands.impl that implement MCommandParameterModifier and TypeClassDescriptionclass
An implementation of the model object 'Command Parameter'.Fields in org.eclipse.e4.ui.model.application.commands.impl with type parameters of type MCommandParameterModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MCommandParameter>
CommandImpl.parameters
The cached value of the 'Parameters
' containment reference list.Methods in org.eclipse.e4.ui.model.application.commands.impl that return MCommandParameterMethods in org.eclipse.e4.ui.model.application.commands.impl that return types with arguments of type MCommandParameter -
Uses of MCommandParameter in org.eclipse.e4.ui.model.application.commands.util
Methods in org.eclipse.e4.ui.model.application.commands.util with parameters of type MCommandParameterModifier and TypeMethodDescriptionCommandsSwitch.caseCommandParameter
(MCommandParameter object) Returns the result of interpreting the object as an instance of 'Command Parameter'.