Extension SDK 10.1.2

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. 
 

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 current Context.
static URLChooser DialogUtil.newURLChooser(java.net.URL url)
          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.initURLChooser(URLChooser urlChooser, Context context)
          Initializes the specified URLChooser according to the current Context.
static void DialogUtil.addShortcutButtons(URLChooser uc, java.net.URL defaultURL, Context context)
          Deprecated. Replace with #addShortcutButtons(URLChooser,Context.
static void DialogUtil.addShortcutButtons(URLChooser uc, Context context)
          Adds shortcut buttons on the left side of the URLChooser based on the specified 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.
 


Extension SDK

 

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