Uses of Interface
org.eclipse.e4.ui.model.application.commands.MCommandParameter
-
Packages that use MCommandParameter Package Description org.eclipse.e4.ui.model.application.commands -
-
Uses of MCommandParameter in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MCommandParameter Modifier and Type Method Description MCommandParameter
MCommandsFactory. 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 MCommandParameter Modifier and Type Method Description List<MCommandParameter>
MCommand. getParameters()
Returns the value of the 'Parameters' containment reference list.
-