Extension SDK 10.1.2

Uses of Interface
oracle.ide.net.URLChooserInit

Packages that use URLChooserInit
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 URLChooserInit in oracle.ide.dialogs
 

Methods in oracle.ide.dialogs that return URLChooserInit
static URLChooserInit DialogUtil.getURLChooserInit(Context context)
          Returns a URLChooser initializer.
 

Uses of URLChooserInit in oracle.ide.net
 

Methods in oracle.ide.net that return URLChooserInit
 URLChooserInit URLTextField.getChooserInit()
          Retrieves the current filter for browsing new URLs
 

Methods in oracle.ide.net with parameters of type URLChooserInit
 void URLTextField.setChooserInit(URLChooserInit chooserInit)
          Specifies a URLChooserInit to use when browsing for new URLs.
 


Extension SDK

 

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