Class orion.projects.RunBar
				
				
			
				RunBar
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/widgets/projects/RunBar.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								orion.projects.RunBar(options)
							 Creates a new RunBar. | 
| Method Attributes | Method Name and Description | 
|---|---|
| destroy()
								 | |
| loadLaunchConfigurations(project)
								 Get launch configurations from the specified project and load them into this run bar. | |
| selectLaunchConfiguration(launchConfiguration, checkStatus)
								 Selects the specified launch configuration | |
| setStatus(status)
								 | 
					Class Detail
				
				
				
						orion.projects.RunBar(options)
				
				
				
					Creates a new RunBar.
					
				
				
				
				
				
					
						- Parameters:
- options
- options.parentNode
- options.serviceRegistry
- options.commandRegistry
- options.fileClient
- options.progressService
- options.preferencesService
- options.statusService
- options.actionScopeId
					Method Detail
				
				
					 
					
					
					
					destroy()
					
					
					
					
					
					getSelectedLaunchConfiguration()
					
					
					
					
					
					loadLaunchConfigurations(project)
					
					
					
						Get launch configurations from the specified project and load them into this run bar.
						
						
					
					
					
					
						
							- Parameters:
- project
					
					
					selectLaunchConfiguration(launchConfiguration, checkStatus)
					
					
					
						Selects the specified launch configuration
						
						
					
					
					
					
						
							- Parameters:
- {Object} launchConfiguration
- The launch configuration to select
- {Boolean} checkStatus
- Specifies whether or not the status of the launchConfiguration should be checked
					
					
					setStatus(status)
					
					
					- Parameters:
- status