Class orion.widgets.OpenResourceDialog
				
				
			
				A dialog that searches for files by name or wildcard.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/widgets/OpenResourceDialog.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Usage:  
						new widgets.OpenResourceDialog(options).show(); | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 show()
								 
								Displays the dialog. 
							 | 
						
					Class Detail
				
				
				
						orion.widgets.OpenResourceDialog()
				
				
				
					Usage: 
				
				
				
				
					
						new widgets.OpenResourceDialog(options).show();
					
				- Parameters:
 - {String} options.title Optional
 - Text to display in the dialog's titlebar.
 - {String} options.SearchLocation
 - The URL to use for searching the workspace.
 - {orion.searchClient.Searcher} options.searcher
 - The searcher to use for displaying results.
 
					Method Detail
				
				
					 
					
					
					
					show()
					
					
					
						Displays the dialog.