|
JDIC API V2006 Release 0308 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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()
|
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 |
---|
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
JdicInitException
java.lang.String getCharsetName()
java.lang.String getFileProtocolURLPrefix()
boolean isInitialized()
|
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.