Community
Participate
Working Groups
// Add a mapping from this action id to the command id.
if (serviceLocator != null) {
final IActionCommandMappingService mappingService = (IActionCommandMappingService) serviceLocator
String commandId = handler.getActionDefinitionId();
.getService(IActionCommandMappingService.class);
if (commandId == null) {
final String commandId = mappingService.getCommandId(actionID);
commandId = mappingService.getCommandId(actionID);
}
// Update the handler activations.
final IHandlerService service = (IHandlerService) serviceLocator