Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.net.URLChooser

Packages that use URLChooser
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.jdeveloper.controls The controls package contains GUI classes used by the builder classes. 
oracle.jdeveloper.webapp.utils.html   
 

Uses of URLChooser in oracle.ide.dialogs
 

Methods in oracle.ide.dialogs that return URLChooser
static URLChooser DialogUtil.newURLChooser()
          Creates a new URLChooser that is initialized using a default Context.
static URLChooser DialogUtil.newURLChooser(Context context)
          Creates a new URLChooser that is initialized according to the specified Context.
static URLChooser DialogUtil.newURLChooser(Context context, java.net.URL initialURL)
          Creates a new URLChooser that is initialized according to the specified Context with the specified URL as the initial selection.
static URLChooser DialogUtil.newURLChooser(java.net.URL initialURL)
          Creates a new URLChooser that is initialized with the specified URL as the initial selection.
 

Methods in oracle.ide.dialogs with parameters of type URLChooser
static void DialogUtil.addShortcutButtons(URLChooser uc, Context context)
          Adds shortcut buttons on the left side of the URLChooser based on the specified Context.
static void DialogUtil.initURLChooser(URLChooser urlChooser, Context context)
          Initializes the specified URLChooser according to the current Context.
 

Uses of URLChooser in oracle.ide.net
 

Methods in oracle.ide.net that return URLChooser
protected  URLChooser URLTextField.createChooser(java.net.URL url)
          Creates a URL chooser initialized to the URL displayed in this field.
 

Methods in oracle.ide.net with parameters of type URLChooser
 void URLChooserInit.initURLChooser(URLChooser urlChooser)
          Initializes the specified URLChooser.
 

Uses of URLChooser in oracle.jdeveloper.controls
 

Methods in oracle.jdeveloper.controls with parameters of type URLChooser
protected  void ConnectionImportExportPanel.setURLChooserFilter(URLChooser urc, URLFilter filter)
          Override to set the default URLFilter for the URLChooser
 

Uses of URLChooser in oracle.jdeveloper.webapp.utils.html
 

Methods in oracle.jdeveloper.webapp.utils.html that return URLChooser
static URLChooser ImageUtils.getImageURLChooser(Context context)
           
static URLChooser URIUtils.getURIURLChooser(Context context, URLFilter urlFilter)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.