JDIC API V2006 Release 0308

接口 org.jdesktop.jdic.browser.IBrowserEngine
的使用

使用 IBrowserEngine 的软件包
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.browserIBrowserEngine 的使用
 

实现 IBrowserEngineorg.jdesktop.jdic.browser 中的类
 class InternetExplorerEngine
          Handles the communication with Internet Explorer.
 class MozillaEngine
          Handles the communication with Mozilla's Gecko Runtime Engine (GRE).
 

返回 IBrowserEngineorg.jdesktop.jdic.browser 中的方法
 IBrowserEngine BrowserEngineManager.getActiveEngine()
          Get the active engine.Use the engine set by setActiveEngineelse use the system default engine.
 IBrowserEngine WebBrowser.getBrowserEngine()
           
 IBrowserEngine IWebBrowser.getBrowserEngine()
          The BrowserEngine that was responsible for creating the browser instance.
 

参数类型为 IBrowserEngineorg.jdesktop.jdic.browser 中的方法
 boolean BrowserEngineManager.registerBrowserEngine(java.lang.String engineName, IBrowserEngine engine)
          Adds a BrowserEngine to the list of BrowserConnectors that BrowserEngineManager uses to create new Browser instances.
 


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.