Home
last modified time | relevance | path

Searched defs:mCopyAction (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DTableView.java41 private Action mCopyAction; field in TableView
74 mCopyAction = new Action(Messages.TableView_Copy) { in setupTableFocusListener() local
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorActionBarAdvisor.java33 private IWorkbenchAction mCopyAction; field in MonitorActionBarAdvisor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java187 private Action mCopyAction; field in LayoutCanvas
1426 bars.setGlobalActionHandler(ActionFactory.COPY.getId(), mCopyAction); in updateGlobalActions() local