Class orion.outliner.Outliner
				
				
			
				An Outliner provides an itemized overview of a resource and acts as a selection
provider on that resource.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/outliner.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								orion.outliner.Outliner(options)
							 
							Constructs a new Outliner with the given options. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 render(resource)
								 
								
							 | 
						
					Class Detail
				
				
				
						orion.outliner.Outliner(options)
				
				
				
					Constructs a new Outliner with the given options.
					
				
				
				
				
				
					
						- Parameters:
 - {Object} options
 - The options object
 - {Object} options.parent
 - The parent DOM element to put this outliner inside
 - {orion.serviceregistry.ServiceRegistry} options.serviceRegistry
 - The service registry to use for services required by this outliner.
 - {orion.selection.Selection} options.selectionService Optional
 - indicates that the selection service should be notified on outline selection rather than using anchor tag hrefs.
 
					Method Detail
				
				
					 
					
					
					
					render(resource)
					
					
					- Parameters:
 - resource