Class orion.explorer.Explorer
				
				
			
				A table-based explorer component.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/explorer.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								orion.explorer.Explorer(serviceRegistry, selection, renderer)
							 
							Creates a new explorer. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 changedItem(parent, children)
								 
								
							 | 
						|
| 
								 createTree(parentId, model)
								 
								Displays tree table containing filled with data provided by given model 
							 | 
						|
| 
								 getRow(item)
								 
								
							 | 
						|
| 
								 makeNewItemPlaceHolder(item, domId, column_no)
								 
								
							 | 
						|
| 
								 updateCommands(item)
								 
								
							 | 
						
					Class Detail
				
				
				
						orion.explorer.Explorer(serviceRegistry, selection, renderer)
				
				
				
					Creates a new explorer.
					
				
				
				
				
				
					
						- Parameters:
 - {orion.serviceregistry.ServiceRegistry} serviceRegistry
 - The service registry to use for any services required by the explorer
 - {orion.selection.Selection} selection
 - The initial selection
 - renderer
 
					Method Detail
				
				
					 
					
					
					
					changedItem(parent, children)
					
					
					- Parameters:
 - parent
 - children
 
					
					
					createTree(parentId, model)
					
					
					
						Displays tree table containing filled with data provided by given model
						
						
					
					
					
					
						
							- Parameters:
 - parentId
 - id of parent dom element
 - model
 - providing data to display
 
					
					
					getRootPath()
					
					
					
					
					
					getRow(item)
					
					
					- Parameters:
 - item
 
					
					
					makeNewItemPlaceHolder(item, domId, column_no)
					
					
					- Parameters:
 - item
 - domId
 - column_no
 
					
					
					updateCommands(item)
					
					
					- Parameters:
 - item