35363738394041
this.applicationController = applicationController; } @Override protected ShortcutsView generateView() { return new ShortcutsView(this); }
1819202122232425
/** * Constructor */ public ShortcutsController(ApplicationController applicationController) { this.view = new ShortcutsView(this); this.applicationController = applicationController; }
21222324252627