newAction.setText( Messages.getString( "ApplicationActionBarAdvisor.new" ) ); //$NON-NLS-1$
newDropDownAction = new NewWizardDropDownAction( window );
// new NavigationHistoryAction( window, false );
openFileAction = new OpenFileAction( window );
register( openFileAction );
closeAction = ActionFactory.CLOSE.create( window );
register( closeAction );