|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.ie.Browsers
This is a utility class for browser-related operations.
| Field Summary | |
static InternetFeatures |
PROCESS_FEATURES
The Internet features for the current process. |
static InternetFeatures |
THREAD_FEATURES
The Internet features for the current thread. |
static InternetFeatures |
THREAD_INTERNET_FEATURES
The Internet features for the Internet zone. |
static InternetFeatures |
THREAD_INTRANET_FEATURES
The Internet features for the intranet zone. |
static InternetFeatures |
THREAD_LOCALMACHINE_FEATURES
The Internet features for the local machine zone. |
static InternetFeatures |
THREAD_RESTRICTED_FEATURES
The Internet features for the restricted zone. |
static InternetFeatures |
THREAD_TRUSTED_FEATURES
The Internet features for the trusted zone. |
| Method Summary | |
static void |
clearCache(InternetCacheEntry cacheEntry)
Clears the Internet Explorer cache. |
static com.jniwrapper.win32.shdocvw.IWebBrowser2 |
getBrowserPeer(WebBrowser browser)
Returns an instance of the native web browser peer IWebBrowser2 of the passed browser object. |
static com.jniwrapper.win32.ui.Wnd |
getBrowserWindow(WebBrowser browser)
Returms handle of the browser window. |
static com.jniwrapper.win32.automation.OleMessageLoop |
getOleMessageLoop(WebBrowser browser)
Returns an instance of the message loop support OleMessageLoop of the passed browser object. |
static com.jniwrapper.win32.winhttp.ProxySettings |
getProxySettings()
Returns Internet Explorer proxy settings. |
static boolean |
isBrowserSupported()
Function that determines if the IE browser version is supported. |
static boolean |
isSameBrowserPeer(WebBrowser webBrowser1,
WebBrowser webBrowser2)
Returns true if both object are web browsers for the same native browser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final InternetFeatures THREAD_FEATURES
public static final InternetFeatures PROCESS_FEATURES
public static final InternetFeatures THREAD_LOCALMACHINE_FEATURES
public static final InternetFeatures THREAD_INTRANET_FEATURES
public static final InternetFeatures THREAD_TRUSTED_FEATURES
public static final InternetFeatures THREAD_INTERNET_FEATURES
public static final InternetFeatures THREAD_RESTRICTED_FEATURES
| Method Detail |
public static com.jniwrapper.win32.shdocvw.IWebBrowser2 getBrowserPeer(WebBrowser browser)
IWebBrowser2 of the passed browser object.
browser - browser object.
public static com.jniwrapper.win32.automation.OleMessageLoop getOleMessageLoop(WebBrowser browser)
OleMessageLoop of the passed browser object.
browser - browser object.
public static boolean isSameBrowserPeer(WebBrowser webBrowser1,
WebBrowser webBrowser2)
public static com.jniwrapper.win32.ui.Wnd getBrowserWindow(WebBrowser browser)
browser - browser object
public static boolean isBrowserSupported()
public static com.jniwrapper.win32.winhttp.ProxySettings getProxySettings()
throws com.jniwrapper.win32.winhttp.WinHttpException
com.jniwrapper.win32.winhttp.WinHttpExceptionpublic static void clearCache(InternetCacheEntry cacheEntry)
To clear:
InternetCacheEntry.NORMAL_CACHE_ENTRY value.InternetCacheEntry.COOKIE_CACHE_ENTRY value.InternetCacheEntry.URLHISTORY_CACHE_ENTRY value.
cacheEntry - Internet cache entry type that will be cleared.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||