Searched defs:mSelectAllAction (Results 1 – 2 of 2) sorted by relevance
42 private Action mSelectAllAction; field in TableView83 mSelectAllAction = new Action(Messages.TableView_Select_All) { in setupTableFocusListener() local
173 private Action mSelectAllAction; field in LayoutCanvas1173 bars.setGlobalActionHandler(ActionFactory.SELECT_ALL.getId(), mSelectAllAction); in updateGlobalActions() local