Home | History | Annotate | Download | only in ddms

Lines Matching refs:pushAction

1510             ToolItemAction pushAction = new ToolItemAction(toolBar, SWT.PUSH);
1511 pushAction.item.setToolTipText("Push file onto Device");
1514 pushAction.item.setImage(image);
1517 pushAction.item.setText("Push"); //$NON-NLS-1$
1542 mExplorer.setActions(pushAction, pullAction, deleteAction, createNewFolderAction);
1552 pushAction.item.addSelectionListener(new SelectionAdapter() {
1558 pushAction.setEnabled(false);