public class IWebPreferences extends IUnknown
| Constructor and Description |
|---|
IWebPreferences(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
initWithIdentifier(long identifier,
long[] preferences) |
int |
setFontSmoothing(int smoothingType) |
int |
setJavaEnabled(int enabled) |
int |
setJavaScriptCanOpenWindowsAutomatically(int enabled) |
int |
setJavaScriptEnabled(int enabled) |
int |
setTabsToLinks(int enabled) |
AddRef, getAddress, QueryInterface, Releasepublic int initWithIdentifier(long identifier,
long[] preferences)
public int setJavaEnabled(int enabled)
public int setJavaScriptEnabled(int enabled)
public int setJavaScriptCanOpenWindowsAutomatically(int enabled)
public int setTabsToLinks(int enabled)
public int setFontSmoothing(int smoothingType)
Copyright © 2017. All Rights Reserved.