Home
last modified time | relevance | path

Searched refs:mSelectAllAction (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DTableView.java42 private Action mSelectAllAction; field in TableView
57 mSelectAllAction.setEnabled(true); in setupTableFocusListener()
65 mSelectAllAction.setEnabled(false); in setupTableFocusListener()
85 mSelectAllAction = new Action(Messages.TableView_Select_All) { in setupTableFocusListener() local
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorActionBarAdvisor.java34 private IWorkbenchAction mSelectAllAction; field in MonitorActionBarAdvisor
53 mSelectAllAction = ActionFactory.SELECT_ALL.create(window); in makeActions()
54 register(mSelectAllAction); in makeActions()
92 editMenu.add(mSelectAllAction); in fillMenuBar()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java178 private Action mSelectAllAction; field in LayoutCanvas
730 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