Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 284747 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/navigator/action/TestNavigatorActionGroup.java (-1 / +1 lines)
Lines 210-216 Link Here
210
		selectAllAction = new SelectAllAction(shell ,((ITreeNavigator)getNavigator()).getTreeViewer());
210
		selectAllAction = new SelectAllAction(shell ,((ITreeNavigator)getNavigator()).getTreeViewer());
211
		
211
		
212
		//Set the key binding to the Ctrl-A keys:
212
		//Set the key binding to the Ctrl-A keys:
213
		selectAllAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_SELECT_ALL);//"org.eclipse.hyades.test.ui.selectAllCommand"); //$NON-NLS-1$
213
		selectAllAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_SELECT_ALL);
214
214
215
		refreshAction = new RefreshAction(shell);
215
		refreshAction = new RefreshAction(shell);
216
		
216
		

Return to bug 284747