public class IWebView extends IUnknown
Constructor and Description |
---|
IWebView(long address) |
Modifier and Type | Method and Description |
---|---|
int |
canShowMIMEType(long mimeType,
int[] canShow) |
int |
estimatedProgress(long estimatedProgress) |
int |
goBack(int[] succeeded) |
int |
goForward(int[] succeeded) |
int |
hostWindow(long[] window) |
int |
initWithFrame(RECT frame,
long frameName,
long groupName) |
int |
mainFrame(long[] frame) |
int |
preferences(long[] prefs) |
int |
setCustomUserAgent(long valueString) |
int |
setDownloadDelegate(long delegate) |
int |
setFrameLoadDelegate(long delegate) |
int |
setHostWindow(long window) |
int |
setPolicyDelegate(long delegate) |
int |
setPreferences(long prefs) |
int |
setResourceLoadDelegate(long delegate) |
int |
setUIDelegate(long delegate) |
AddRef, getAddress, QueryInterface, Release
public int canShowMIMEType(long mimeType, int[] canShow)
public int initWithFrame(RECT frame, long frameName, long groupName)
public int setUIDelegate(long delegate)
public int setResourceLoadDelegate(long delegate)
public int setDownloadDelegate(long delegate)
public int setFrameLoadDelegate(long delegate)
public int setPolicyDelegate(long delegate)
public int mainFrame(long[] frame)
public int goBack(int[] succeeded)
public int goForward(int[] succeeded)
public int setCustomUserAgent(long valueString)
public int setPreferences(long prefs)
public int preferences(long[] prefs)
public int setHostWindow(long window)
public int hostWindow(long[] window)
public int estimatedProgress(long estimatedProgress)
Copyright © 2017. All Rights Reserved.