JDIC API V2006 Release 0308

Uses of Class
org.jdesktop.jdic.init.JdicInitException

Packages that use JdicInitException
org.jdesktop.jdic.browser Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets. 
org.jdesktop.jdic.init Provides an initialization manager for JDIC to set the environment variables or initialize the set up for native libraries and executable files. 
 

Uses of JdicInitException in org.jdesktop.jdic.browser
 

Methods in org.jdesktop.jdic.browser that throw JdicInitException
 void MozillaEngine.initialize()
          Set according path items and grant executable permission to bin file.
 void InternetExplorerEngine.initialize()
           
 void IBrowserEngine.initialize()
          Initialize engine.
protected  void MozillaEngine.preapareEnvVariables()
          get and set env variables For xpcom under win,it maybe under mozilla path or under gre path.
protected  void BrowserEngineManager.selectEngine()
          This code iterates over the currently registered BrowserEngines and decides which Engine will be used for instantiating Browser This method is only called once.
 void WebBrowser.syncSetURL(java.net.URL url)
          Synchronously navigates to a resource identified by a URL.
 void WebBrowser.syncSetURL(java.net.URL url, java.lang.String postData)
          Synchronously navigates to a resource identified by a URL, with the HTTP POST data to send to the server.
 void WebBrowser.syncSetURL(java.net.URL url, java.lang.String postData, java.lang.String headers)
          Synchronously navigates to a resource identified by a URL, with the HTTP POST data and HTTP headers to send to the server.
 

Uses of JdicInitException in org.jdesktop.jdic.init
 

Methods in org.jdesktop.jdic.init that throw JdicInitException
 void JdicManager.initShareNative()
          Initializes the shared native file settings for all the JDIC components/ packages.
 


JDIC API V2006 Release 0308

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.