Lines Matching refs:deleteAction
1520 ToolItemAction deleteAction = new ToolItemAction(toolBar, SWT.PUSH);
1521 deleteAction.item.setToolTipText("Delete");
1524 deleteAction.item.setImage(image);
1527 deleteAction.item.setText("Delete"); //$NON-NLS-1$
1542 mExplorer.setActions(pushAction, pullAction, deleteAction, createNewFolderAction);
1560 deleteAction.item.addSelectionListener(new SelectionAdapter() {
1566 deleteAction.setEnabled(false);