eventBus_ = eventBus ;
view_ = display ;
commands_ = commands;
errorManager_ = errorManager;
input_ = view_.getInputEditorDisplay() ;
historyManager_ = new CommandLineHistory(input_);
browseHistoryManager_ = new CommandLineHistory(input_);
prefs_ = uiPrefs;
helpStrategy_ = helpStrategy;
inputAnimator_ = new ShellInputAnimator(view_.getInputEditorDisplay());