Uses of Interface
org.eclipse.e4.ui.model.application.commands.MCommand
Packages that use MCommand
Package
Description
Application programming interfaces describing the Eclipse 4 application model elements.
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
-
Uses of MCommand in org.eclipse.e4.ui.model.application
Methods in org.eclipse.e4.ui.model.application that return MCommandModifier and TypeMethodDescriptionMApplication.getCommand
(String elementId) Returns the model element for the command identified via the elementId or null if the element cannot be found.Methods in org.eclipse.e4.ui.model.application that return types with arguments of type MCommandModifier and TypeMethodDescriptionMApplication.getCommands()
Returns the value of the 'Commands' containment reference list. -
Uses of MCommand in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MCommandModifier and TypeMethodDescriptionMCommandsFactory.createCommand()
Returns a new object of class 'Command'.MHandler.getCommand()
Returns the value of the 'Command' reference.MKeyBinding.getCommand()
Returns the value of the 'Command' reference.Methods in org.eclipse.e4.ui.model.application.commands with parameters of type MCommandModifier and TypeMethodDescriptionvoid
MHandler.setCommand
(MCommand value) Sets the value of the 'Command
' reference.void
MKeyBinding.setCommand
(MCommand value) Sets the value of the 'Command
' reference.