|
JDIC API V2006 Release 0308 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
public interface IBrowserEngine
This class represents a wrapper around an embedded browser engine. It returns information about the browser type being used, the availability of the embedded browser engine on the current system.
| 方法摘要 | |
|---|---|
java.lang.String |
getBrowserName()
Returns the standardadized name of the embedded browser engine. |
java.lang.String |
getCharsetName()
|
java.lang.String |
getEmbeddedBinaryName()
|
java.lang.String |
getFileProtocolURLPrefix()
|
void |
initialize()
Initialize engine. |
boolean |
isDefaultBrowser(java.lang.String browserPath)
Checks whether the default BrowserPath indicates that this browser is set as the default browser on the current system. |
boolean |
isEngineAvailable()
Checks whether the associated Engine is available on the current system. |
boolean |
isInitialized()
check if the browser engine has been intialized. |
void |
setEnginePath(java.lang.String fullPath)
Set browser's full path(folder and exe name). |
| 方法详细信息 |
|---|
java.lang.String getBrowserName()
boolean isEngineAvailable()
Browser instances on
the current system. This method should not yet reserve resources required
for actually launching the browser: The BrowserManager may decide to
invoke the browser window from a different engine.
boolean isDefaultBrowser(java.lang.String browserPath)
browserPath - taken from the OS or whereever
java.lang.String getEmbeddedBinaryName()
void setEnginePath(java.lang.String fullPath)
BrowserEngineManger's
setActiveEngine() method.
void initialize()
throws JdicInitException
JdicInitExceptionjava.lang.String getCharsetName()
java.lang.String getFileProtocolURLPrefix()
boolean isInitialized()
|
JDIC API V2006 Release 0308 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
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.