/*
* Phase 3 of the initialization of commands. This handles the creation
* of wrappers for legacy APIs. By the time this phase completes, any
* code trying to access commands through legacy APIs should work.
*/
workbenchContextSupport = new WorkbenchContextSupport(this,
contextManager);
workbenchCommandSupport = new WorkbenchCommandSupport(bindingManager,
commandManager, contextManager, handlerService[0]);
initializeCommandResolver();