Community
Participate
Working Groups
* @author Paul E. Slauenwhite
* @author Marcelo Paternostro
* @author Jerome Bozier
* @version July 27, 2009
* @version July 31, 2009
* @since February 1, 2005
*/
public class TestNavigatorActionGroup
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$
refreshAction = new RefreshAction(shell);
//Set the key binding to the F5 key: