Class orion.widgets.browse.ResourceSelector
				
				
			
				Resource selector.
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/widgets/browse/resourceSelector.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Renders a toolbar that displays the current resource name and a dropdown of all its siblings and provides a menu for changing the resource from the siblings. | 
					Class Detail
				
				
				
						orion.widgets.browse.ResourceSelector()
				
				
				
					Renders a toolbar that displays the current resource name and a dropdown of all its siblings and provides a menu for changing the resource from the siblings.
					
				
				
				
				
				
					
						- Parameters:
- {orion.commands.CommandRegistry} params.commandRegistry
- {orion.fileClient.FileClient} params.fileClient
- {EventTarget} params.resourceChangeListener
- the resourceChange event listener that hadles the root change
- {EventTarget} params.resourceChangeDispatcher
- the "filesystemChanged" event dispatcher
- {Element} params.parentNode