|
JDIC API V2006 Release 0308 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jdesktop.jdic.browser.InternetExplorerEngine
Handles the communication with Internet Explorer.
| Constructor Summary | |
InternetExplorerEngine()
|
|
| Method Summary | |
java.lang.String |
getBrowserBinary()
|
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()
IE omited the file protocol |
protected java.lang.String |
getNspr4dllPath()
Deprecated. |
IWebBrowser |
getWebBrowser()
WebBrowser is used |
void |
initialize()
Initialize engine. |
boolean |
isDefaultBrowser(java.lang.String browserPath)
Checks whether IE is the default Browser. |
boolean |
isEngineAvailable()
Checks whether the associated Engine is available on the current system. |
boolean |
isInitialized()
check if the browser engine has been intialized. |
protected boolean |
prepareVariables()
|
void |
setEnginePath(java.lang.String fullPath)
Not suppored under win for IE |
protected void |
setEnv()
Pre-append the "ielib" directory to PATH, which includes the bundled,IeEmbed.exe dependent library nspr4.dll. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InternetExplorerEngine()
| Method Detail |
public java.lang.String getBrowserName()
IBrowserEngine
getBrowserName in interface IBrowserEnginepublic boolean isEngineAvailable()
Browser instances on
the current system.
isEngineAvailable in interface IBrowserEnginepublic boolean isDefaultBrowser(java.lang.String browserPath)
isDefaultBrowser in interface IBrowserEnginebrowserPath - default browser path taken from the OS or whereever
protected boolean prepareVariables()
protected void setEnv()
public java.lang.String getBrowserBinary()
protected java.lang.String getNspr4dllPath()
public void initialize()
throws JdicInitException
IBrowserEngine
initialize in interface IBrowserEngineJdicInitExceptionpublic java.lang.String getEmbeddedBinaryName()
getEmbeddedBinaryName in interface IBrowserEnginepublic void setEnginePath(java.lang.String fullPath)
setEnginePath in interface IBrowserEnginepublic java.lang.String getCharsetName()
getCharsetName in interface IBrowserEnginepublic java.lang.String getFileProtocolURLPrefix()
getFileProtocolURLPrefix in interface IBrowserEnginepublic boolean isInitialized()
IBrowserEngine
isInitialized in interface IBrowserEnginepublic IWebBrowser getWebBrowser()
getWebBrowser in interface IBrowserEngine
|
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.