Searched refs:mCopyAction (Results 1 - 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
H A DTableView.java41 private Action mCopyAction; field in class:TableView
56 mCopyAction.setEnabled(true);
64 mCopyAction.setEnabled(false);
74 mCopyAction = new Action(Messages.TableView_Copy) {
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
H A DMonitorActionBarAdvisor.java33 private IWorkbenchAction mCopyAction; field in class:MonitorActionBarAdvisor
50 mCopyAction = ActionFactory.COPY.create(window);
51 register(mCopyAction);
91 editMenu.add(mCopyAction);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DLayoutCanvas.java183 private Action mCopyAction; field in class:LayoutCanvas
1220 mCopyAction = new Action() {
1228 copyActionAttributes(mCopyAction, ActionFactory.COPY);
1289 mCopyAction.setEnabled(hasSelection || errorLabel.getSelectionCount() > 0);
1313 bars.setGlobalActionHandler(ActionFactory.COPY.getId(), mCopyAction);
1433 manager.add(mCopyAction);

Completed in 267 milliseconds