|
JDIC API V2006 Release 0308 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
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()
|
IWebBrowser |
getWebBrowser()
|
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). |
Method Detail |
public java.lang.String getBrowserName()
public 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.
public boolean isDefaultBrowser(java.lang.String browserPath)
browserPath
- taken from the OS or whereever
public java.lang.String getEmbeddedBinaryName()
public void setEnginePath(java.lang.String fullPath)
BrowserEngineManger
's
setActiveEngine() method.
public void initialize() throws JdicInitException
JdicInitException
public java.lang.String getCharsetName()
public java.lang.String getFileProtocolURLPrefix()
public boolean isInitialized()
public IWebBrowser getWebBrowser()
|
JDIC API V2006 Release 0308 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.