Searched refs:mSelectAllAction (Results 1 – 3 of 3) sorted by relevance
42 private Action mSelectAllAction; field in TableView57 mSelectAllAction.setEnabled(true); in setupTableFocusListener()65 mSelectAllAction.setEnabled(false); in setupTableFocusListener()85 mSelectAllAction = new Action(Messages.TableView_Select_All) { in setupTableFocusListener() local
34 private IWorkbenchAction mSelectAllAction; field in MonitorActionBarAdvisor53 mSelectAllAction = ActionFactory.SELECT_ALL.create(window); in makeActions()54 register(mSelectAllAction); in makeActions()92 editMenu.add(mSelectAllAction); in fillMenuBar()
178 private Action mSelectAllAction; field in LayoutCanvas730 return mSelectAllAction; in getSelectAllAction()1364 mSelectAllAction = new Action() { in setupGlobalActionHandlers()1378 copyActionAttributes(mSelectAllAction, ActionFactory.SELECT_ALL); in setupGlobalActionHandlers()1406 mSelectAllAction.setEnabled(true); in updateMenuActionState()1429 bars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(), mSelectAllAction); in updateGlobalActions() local