Community
Participate
Working Groups
selectAllAction = new SelectAllAction(shell ,((ITreeNavigator)getNavigator()).getTreeViewer());
//Set the key binding to the Ctrl-A keys:
selectAllAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_SELECT_ALL);//"org.eclipse.hyades.test.ui.selectAllCommand"); //$NON-NLS-1$
selectAllAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_SELECT_ALL);
refreshAction = new RefreshAction(shell);