| Package | Description |
|---|---|
| org.eclipse.e4.ui.model.application |
Application programming interfaces describing the Eclipse 4 application model elements.
|
| org.eclipse.e4.ui.model.application.commands | |
| org.eclipse.e4.ui.model.application.ui.menu |
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<MCommand> |
MApplication.getCommands()
Returns the value of the 'Commands' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
MCommand |
MCommandsFactory.createCommand()
Returns a new object of class 'Command'
|
MCommand |
MHandler.getCommand()
Returns the value of the 'Command' reference
|
MCommand |
MKeyBinding.getCommand()
Returns the value of the 'Command' reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
MHandler.setCommand(MCommand value)
Sets the value of the '
Command' reference |
void |
MKeyBinding.setCommand(MCommand value)
Sets the value of the '
Command' reference |
| Modifier and Type | Method and Description |
|---|---|
MCommand |
MHandledItem.getCommand()
Returns the value of the 'Command' reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
MHandledItem.setCommand(MCommand value)
Sets the value of the '
Command' reference |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.