Class eclipse.Explorer
				
				
			
				A table-based explorer component.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201105261702/plugins/org.eclipse.orion.client.core/static/js/explorer.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								eclipse.Explorer(serviceRegistry, parentId, renderer)
							 
							
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 changedItem(parent, children)
								 
								
							 | 
						|
| 
								 createTree(parentId, model)
								 
								Displays tree table containing filled with data provided by given model 
							 | 
						|
| <inner> | 
								 Explorer(serviceRegistry, selection, renderer)
								 
								
							 | 
						
| 
								 updateCommands(item)
								 
								
							 | 
						
					Class Detail
				
				
				
						eclipse.Explorer(serviceRegistry, parentId, renderer)
				
				
				- Parameters:
 - serviceRegistry
 - parentId
 - id of parent dom element
 - 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
 
<inner> 
					
					
					Explorer(serviceRegistry, selection, renderer)
					
					
					- Parameters:
 - serviceRegistry
 - selection
 - renderer
 
					
					
					getRootPath()
					
					
					
					
					
					updateCommands(item)
					
					
					- Parameters:
 - item