13141516171819
/** * Constructor */ public GeneralShortcutsToolBarController() { this.view = new GeneralShortcutsToolBarView(this); }
21222324252627
super(view); } @Override protected GeneralShortcutsToolBarView generateView() { return new GeneralShortcutsToolBarView(this); }
14151617181920
super(); } @Override protected GeneralShortcutsToolBarView generateView() { return new GeneralShortcutsToolBarView(this); }