Interface MHandler
- All Superinterfaces:
MApplicationElement
,MContribution
- All Known Implementing Classes:
HandlerImpl
A representation of the model object 'Handler'.
Handlers provide the execution logic that provides the implementation of a particular command.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command' reference.void
setCommand
(MCommand value) Sets the value of the 'Command
' reference.Methods inherited from interface org.eclipse.e4.ui.model.application.MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
Methods inherited from interface org.eclipse.e4.ui.model.application.MContribution
getContributionURI, getObject, setContributionURI, setObject
-
Method Details
-
getCommand
MCommand getCommand()Returns the value of the 'Command' reference.This is a reference to the Command for which this is an execution candidate.
- Returns:
- the value of the 'Command' reference.
- See Also:
-
setCommand
Sets the value of the 'Command
' reference.- Parameters:
value
- the new value of the 'Command' reference.- See Also:
-