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 / +4 lines)
Lines 80-86 Link Here
80
 * @author      Paul E. Slauenwhite
80
 * @author      Paul E. Slauenwhite
81
 * @author      Marcelo Paternostro
81
 * @author      Marcelo Paternostro
82
 * @author 		Jerome Bozier
82
 * @author 		Jerome Bozier
83
 * @version 	July 27, 2009
83
 * @version 	July 31, 2009
84
 * @since       February 1, 2005
84
 * @since       February 1, 2005
85
 */
85
 */
86
public class TestNavigatorActionGroup 
86
public class TestNavigatorActionGroup 
Lines 209-214 Link Here
209
		
209
		
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:
213
		selectAllAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_SELECT_ALL);//"org.eclipse.hyades.test.ui.selectAllCommand"); //$NON-NLS-1$
214
212
		refreshAction = new RefreshAction(shell);
215
		refreshAction = new RefreshAction(shell);
213
		
216
		
214
		//Set the key binding to the F5 key:
217
		//Set the key binding to the F5 key:

Return to bug 284747