public abstract class

AmazonWebSettings

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonWebSettings

Class Overview

The AmazonWebSettings class is intended to be functionally equivalent to to the WebSettings class. See WebSettings for usage.

Summary

Nested Classes
enum AmazonWebSettings.LayoutAlgorithm The LayoutAlgorithm enumeration is intended to be functionally equivalent to to the WebSettings.LayoutAlgorithm enumeration. 
enum AmazonWebSettings.ZoomDensity The ZoomDensity enumeration is intended to be functionally equivalent to to the WebSettings.ZoomDensity enumeration. 
Constants
int LOAD_CACHE_ELSE_NETWORK The LOAD_CACHE_ELSE_NETWORK constant is intended to be functionally equivalent to to the LOAD_CACHE_ELSE_NETWORK constant.
int LOAD_CACHE_ONLY The LOAD_CACHE_ONLY constant is intended to be functionally equivalent to to the LOAD_CACHE_ONLY constant.
int LOAD_DEFAULT The LOAD_DEFAULT constant is intended to be functionally equivalent to to the LOAD_DEFAULT constant.
int LOAD_NORMAL The LOAD_NORMAL constant is intended to be functionally equivalent to to the LOAD_NORMAL constant.
int LOAD_NO_CACHE The LOAD_NO_CACHE constant is intended to be functionally equivalent to to the LOAD_NO_CACHE constant.
Public Constructors
AmazonWebSettings()
Public Methods
abstract boolean getAllowContentAccess()
The getAllowContentAccess() method is intended to be functionally equivalent to to the getAllowContentAccess() method.
abstract boolean getAllowFileAccess()
This method is deprecated. No replacement.
abstract boolean getAllowFileAccessFromFileURLs()
The getAllowFileAccessFromFileURLs() method is intended to be functionally equivalent to to the getAllowFileAccessFromFileURLs() method.
abstract boolean getAllowUniversalAccessFromFileURLs()
The getAllowUniversalAccessFromFileURLs() method is intended to be functionally equivalent to to the getAllowUniversalAccessFromFileURLs() method.
abstract boolean getBlockNetworkImage()
The getBlockNetworkImage() method is intended to be functionally equivalent to to the getBlockNetworkImage() method.
abstract boolean getBlockNetworkLoads()
The getBlockNetworkLoads() method is intended to be functionally equivalent to to the getBlockNetworkLoads() method.
abstract boolean getBuiltInZoomControls()
The getBuiltInZoomControls() method is intended to be functionally equivalent to to the getBuiltInZoomControls() method.
abstract int getCacheMode()
The getCacheMode() method is intended to be functionally equivalent to to the getCacheMode() method.
abstract String getCursiveFontFamily()
The getCursiveFontFamily() method is intended to be functionally equivalent to to the getCursiveFontFamily() method.
abstract boolean getDatabaseEnabled()
The getDatabaseEnabled() method is intended to be functionally equivalent to to the getDatabaseEnabled() method.
abstract String getDatabasePath()
The getDatabasePath() method is intended to be functionally equivalent to to the getDatabasePath() method.
abstract int getDefaultFixedFontSize()
The getDefaultFixedFontSize() method is intended to be functionally equivalent to to the getDefaultFixedFontSize() method.
abstract int getDefaultFontSize()
The getDefaultFontSize() method is intended to be functionally equivalent to to the getDefaultFontSize() method.
abstract String getDefaultTextEncodingName()
The getDefaultTextEncodingName() method is intended to be functionally equivalent to to the getDefaultTextEncodingName() method.
abstract AmazonWebSettings.ZoomDensity getDefaultZoom()
The getDefaultZoom() method is intended to be functionally equivalent to to the getDefaultZoom() method.
abstract boolean getDisplayZoomControls()
The getDisplayZoomControls() method is intended to be functionally equivalent to to the getDisplayZoomControls() method.
abstract boolean getDomStorageEnabled()
The getDomStorageEnabled() method is intended to be functionally equivalent to to the getDomStorageEnabled() method.
abstract String getFantasyFontFamily()
The getFantasyFontFamily() method is intended to be functionally equivalent to to the getFantasyFontFamily() method.
abstract String getFixedFontFamily()
The getFixedFontFamily() method is intended to be functionally equivalent to to the getFixedFontFamily() method.
abstract boolean getJavaScriptCanOpenWindowsAutomatically()
The getJavaScriptCanOpenWindowsAutomatically() method is intended to be functionally equivalent to to the getJavaScriptCanOpenWindowsAutomatically() method.
abstract boolean getJavaScriptEnabled()
The getJavaScriptEnabled() method is intended to be functionally equivalent to to the getJavaScriptEnabled() method.
abstract AmazonWebSettings.LayoutAlgorithm getLayoutAlgorithm()
The getLayoutAlgorithm() method is intended to be functionally equivalent to to the getLayoutAlgorithm() method.
abstract boolean getLoadWithOverviewMode()
The getLoadWithOverviewMode() method is intended to be functionally equivalent to to the getLoadWithOverviewMode() method.
abstract boolean getLoadsImagesAutomatically()
The getLoadsImagesAutomatically() method is intended to be functionally equivalent to to the getLoadsImagesAutomatically() method.
abstract boolean getMediaPlaybackRequiresUserGesture()
The getMediaPlaybackRequiresUserGesture() method is intended to be functionally equivalent to to the getMediaPlaybackRequiresUserGesture() method.
abstract int getMinimumFontSize()
The getMinimumFontSize() method is intended to be functionally equivalent to to the getMinimumFontSize() method.
abstract int getMinimumLogicalFontSize()
The getMinimumLogicalFontSize() method is intended to be functionally equivalent to to the getMinimumLogicalFontSize() method.
abstract String getSansSerifFontFamily()
The getSansSerifFontFamily() method is intended to be functionally equivalent to to the getSansSerifFontFamily() method.
abstract boolean getSaveFormData()
The getSaveFormData() method is intended to be functionally equivalent to to the getSaveFormData() method.
abstract boolean getSavePassword()
The getSavePassword() method is intended to be functionally equivalent to to the getSavePassword() method.
abstract String getSerifFontFamily()
The getSerifFontFamily() method is intended to be functionally equivalent to to the getSerifFontFamily() method.
abstract String getStandardFontFamily()
The getStandardFontFamily() method is intended to be functionally equivalent to to the getStandardFontFamily() method.
abstract int getTextZoom()
The getTextZoom() method is intended to be functionally equivalent to to the getTextZoom() method.
abstract boolean getUseWideViewPort()
The getUseWideViewPort() method is intended to be functionally equivalent to to the getUseWideViewPort() method.
abstract String getUserAgentString()
The getUserAgentString() method is intended to be functionally equivalent to to the getUserAgentString() method.
abstract void setAllowContentAccess(boolean allow)
The setAllowContentAccess() method is intended to be functionally equivalent to to the setAllowContentAccess(boolean) method.
abstract void setAllowFileAccess(boolean allow)
This method is deprecated. No replacement.
abstract void setAllowFileAccessFromFileURLs(boolean flag)
The setAllowFileAccessFromFileURLs() method is intended to be functionally equivalent to to the setAllowFileAccessFromFileURLs(boolean) method.
abstract void setAllowUniversalAccessFromFileURLs(boolean flag)
The setAllowUniversalAccessFromFileURLs() method is intended to be functionally equivalent to to the setAllowUniversalAccessFromFileURLs(boolean) method.
abstract void setAppCacheEnabled(boolean appCacheEnabled)
The setAppCacheEnabled() method is intended to be functionally equivalent to to the setAppCacheEnabled(boolean) method.
abstract void setAppCacheMaxSize(long appCacheMaxSize)
The setAppCacheMaxSize() method is intended to be functionally equivalent to to the setAppCacheMaxSize(long) method.
abstract void setAppCachePath(String appCachePath)
The setAppCachePath() method is intended to be functionally equivalent to to the setAppCachePath(String) method.
abstract void setBlockNetworkImage(boolean flag)
The setBlockNetworkImage() method is intended to be functionally equivalent to to the setBlockNetworkImage(boolean) method.
void setBlockNetworkLoads(boolean flag)
The setBlockNetworkLoads() method is intended to be functionally equivalent to to the setBlockNetworkLoads(boolean) method.
abstract void setBuiltInZoomControls(boolean b)
The setBuiltInZoomControls() method is intended to be functionally equivalent to to the setBuiltInZoomControls(boolean) method.
abstract void setCacheMode(int mode)
The setCacheMode() method is intended to be functionally equivalent to to the setCacheMode(int) method.
abstract void setCursiveFontFamily(String font)
The setCursiveFontFamily() method is intended to be functionally equivalent to to the setCursiveFontFamily(String) method.
abstract void setDatabaseEnabled(boolean databaseEnabled)
The setDatabaseEnabled() method is intended to be functionally equivalent to to the setDatabaseEnabled(boolean) method.
abstract void setDatabasePath(String databasePath)
The setDatabasePath() method is intended to be functionally equivalent to to the setDatabasePath(String) method.
abstract void setDefaultFixedFontSize(int defaultFixedFontSize)
The setDefaultFixedFontSize() method is intended to be functionally equivalent to to the setDefaultFixedFontSize(int) method.
abstract void setDefaultFontSize(int defaultFontSize)
The setDefaultFontSize() method is intended to be functionally equivalent to to the setDefaultFontSize(int) method.
abstract void setDefaultTextEncodingName(String defaultTextEncodingName)
The setDefaultTextEncodingName() method is intended to be functionally equivalent to to the setDefaultTextEncodingName(String) method.
abstract void setDefaultZoom(AmazonWebSettings.ZoomDensity zoomDensity)
The setDefaultZoom() method is intended to be functionally equivalent to to the setDefaultZoom(WebSettings.ZoomDensity) method.
abstract void setDisplayZoomControls(boolean displayZoomControls)
The setDisplayZoomControls() method is intended to be functionally equivalent to to the setDisplayZoomControls(boolean) method.
abstract void setDomStorageEnabled(boolean domStorageEnabled)
The setDomStorageEnabled() method is intended to be functionally equivalent to to the setDomStorageEnabled(boolean) method.
abstract void setFantasyFontFamily(String font)
The setFantasyFontFamily() method is intended to be functionally equivalent to to the setFantasyFontFamily(String) method.
abstract void setFixedFontFamily(String font)
The setFixedFontFamily() method is intended to be functionally equivalent to to the setFixedFontFamily(String) method.
abstract void setGeolocationDatabasePath(String geolocationDatabasePath)
The setGeolocationDatabasePath() method is intended to be functionally equivalent to to the setGeolocationDatabasePath(String) method.
abstract void setGeolocationEnabled(boolean geolocationEnabled)
The setGeolocationEnabled() method is intended to be functionally equivalent to to the setGeolocationEnabled(boolean) method.
abstract void setJavaScriptCanOpenWindowsAutomatically(boolean b)
The setJavaScriptCanOpenWindowsAutomatically() method is intended to be functionally equivalent to to the setJavaScriptCanOpenWindowsAutomatically(boolean) method.
abstract void setJavaScriptEnabled(boolean b)
The setJavaScriptEnabled() method is intended to be functionally equivalent to to the setJavaScriptEnabled(boolean) method.
abstract void setLayoutAlgorithm(AmazonWebSettings.LayoutAlgorithm layoutAlgorithm)
The setLayoutAlgorithm() method is intended to be functionally equivalent to to the setLayoutAlgorithm(WebSettings.LayoutAlgorithm) method.
abstract void setLoadWithOverviewMode(boolean loadWithOverviewMode)
The setLoadWithOverviewMode() method is intended to be functionally equivalent to to the setLoadWithOverviewMode(boolean) method.
abstract void setLoadsImagesAutomatically(boolean loadsImagesAutomatically)
The setLoadsImagesAutomatically() method is intended to be functionally equivalent to to the setLoadsImagesAutomatically(boolean) method.
abstract void setMediaPlaybackRequiresUserGesture(boolean require)
The setMediaPlaybackRequiresUserGesture() method is intended to be functionally equivalent to to the setMediaPlaybackRequiresUserGesture(boolean) method.
abstract void setMinimumFontSize(int minimumFontSize)
The setMinimumFontSize() method is intended to be functionally equivalent to to the setMinimumFontSize(int) method.
abstract void setMinimumLogicalFontSize(int minimumLogicalFontSize)
The setMinimumLogicalFontSize() method is intended to be functionally equivalent to to the setMinimumLogicalFontSize(int) method.
abstract void setNeedInitialFocus(boolean needInitalFocus)
The setNeedInitialFocus() method is intended to be functionally equivalent to to the setNeedInitialFocus(boolean) method.
abstract void setSansSerifFontFamily(String font)
The setSansSerifFontFamily() method is intended to be functionally equivalent to to the setSansSerifFontFamily(String) method.
abstract void setSaveFormData(boolean saveFormData)
The setSaveFormData() method is intended to be functionally equivalent to to the setSaveFormData(boolean) method.
abstract void setSavePassword(boolean rememberPasswords)
The setSavePassword() method is intended to be functionally equivalent to to the setSavePassword(boolean) method.
abstract void setSerifFontFamily(String font)
The setSerifFontFamily() method is intended to be functionally equivalent to to the setSerifFontFamily(String) method.
abstract void setStandardFontFamily(String font)
The setStandardFontFamily() method is intended to be functionally equivalent to to the setStandardFontFamily(String) method.
abstract void setSupportMultipleWindows(boolean supportMultipleWindows)
The setSupportMultipleWindows() method is intended to be functionally equivalent to to the setSupportMultipleWindows(boolean) method.
abstract void setSupportZoom(boolean b)
The supportZoom() method is intended to be functionally equivalent to to the supportZoom() method.
abstract void setTextZoom(int textZoom)
The setTextZoom() method is intended to be functionally equivalent to to the setTextZoom(int) method.
abstract void setUseWideViewPort(boolean useWideViewPort)
The setUseWideViewPort() method is intended to be functionally equivalent to to the setUseWideViewPort(boolean) method.
abstract void setUserAgentString(String userAgentString)
The setUserAgentString() method is intended to be functionally equivalent to to the setUserAgentString(String) method.
abstract boolean supportMultipleWindows()
The supportMultipleWindows() method is intended to be functionally equivalent to to the supportMultipleWindows() method.
abstract boolean supportZoom()
The supportZoom() method is intended to be functionally equivalent to to the supportZoom() method.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int LOAD_CACHE_ELSE_NETWORK

The LOAD_CACHE_ELSE_NETWORK constant is intended to be functionally equivalent to to the LOAD_CACHE_ELSE_NETWORK constant. See LOAD_CACHE_ELSE_NETWORK for usage.

Constant Value: 1 (0x00000001)

public static final int LOAD_CACHE_ONLY

The LOAD_CACHE_ONLY constant is intended to be functionally equivalent to to the LOAD_CACHE_ONLY constant. See LOAD_CACHE_ONLY for usage.

Constant Value: 3 (0x00000003)

public static final int LOAD_DEFAULT

The LOAD_DEFAULT constant is intended to be functionally equivalent to to the LOAD_DEFAULT constant. See LOAD_DEFAULT for usage.

Constant Value: -1 (0xffffffff)

public static final int LOAD_NORMAL

The LOAD_NORMAL constant is intended to be functionally equivalent to to the LOAD_NORMAL constant. See LOAD_NORMAL for usage.

Constant Value: 0 (0x00000000)

public static final int LOAD_NO_CACHE

The LOAD_NO_CACHE constant is intended to be functionally equivalent to to the LOAD_NO_CACHE constant. See LOAD_NO_CACHE for usage.

Constant Value: 2 (0x00000002)

Public Constructors

public AmazonWebSettings ()

Public Methods

public abstract boolean getAllowContentAccess ()

The getAllowContentAccess() method is intended to be functionally equivalent to to the getAllowContentAccess() method. See getAllowContentAccess() for usage.

public abstract boolean getAllowFileAccess ()

This method is deprecated.
No replacement.

The () method is intended to be functionally equivalent to to the getAllowFileAccess() method. See getAllowFileAccess() for usage.

public abstract boolean getAllowFileAccessFromFileURLs ()

The getAllowFileAccessFromFileURLs() method is intended to be functionally equivalent to to the getAllowFileAccessFromFileURLs() method. See getAllowFileAccessFromFileURLs() for usage.

public abstract boolean getAllowUniversalAccessFromFileURLs ()

The getAllowUniversalAccessFromFileURLs() method is intended to be functionally equivalent to to the getAllowUniversalAccessFromFileURLs() method. See getAllowUniversalAccessFromFileURLs() for usage.

public abstract boolean getBlockNetworkImage ()

The getBlockNetworkImage() method is intended to be functionally equivalent to to the getBlockNetworkImage() method. See getBlockNetworkImage() for usage.

public abstract boolean getBlockNetworkLoads ()

The getBlockNetworkLoads() method is intended to be functionally equivalent to to the getBlockNetworkLoads() method. See getBlockNetworkLoads() for usage.

public abstract boolean getBuiltInZoomControls ()

The getBuiltInZoomControls() method is intended to be functionally equivalent to to the getBuiltInZoomControls() method. See getBuiltInZoomControls() for usage.

public abstract int getCacheMode ()

The getCacheMode() method is intended to be functionally equivalent to to the getCacheMode() method. See getCacheMode() for usage.

public abstract String getCursiveFontFamily ()

The getCursiveFontFamily() method is intended to be functionally equivalent to to the getCursiveFontFamily() method. See getCursiveFontFamily() for usage.

public abstract boolean getDatabaseEnabled ()

The getDatabaseEnabled() method is intended to be functionally equivalent to to the getDatabaseEnabled() method. See getDatabaseEnabled() for usage.

public abstract String getDatabasePath ()

The getDatabasePath() method is intended to be functionally equivalent to to the getDatabasePath() method. See getDatabasePath() for usage.

public abstract int getDefaultFixedFontSize ()

The getDefaultFixedFontSize() method is intended to be functionally equivalent to to the getDefaultFixedFontSize() method. See getDefaultFixedFontSize() for usage.

public abstract int getDefaultFontSize ()

The getDefaultFontSize() method is intended to be functionally equivalent to to the getDefaultFontSize() method. See getDefaultFontSize() for usage.

public abstract String getDefaultTextEncodingName ()

The getDefaultTextEncodingName() method is intended to be functionally equivalent to to the getDefaultTextEncodingName() method. See getDefaultTextEncodingName() for usage.

public abstract AmazonWebSettings.ZoomDensity getDefaultZoom ()

The getDefaultZoom() method is intended to be functionally equivalent to to the getDefaultZoom() method. See getDefaultZoom() for usage.

public abstract boolean getDisplayZoomControls ()

The getDisplayZoomControls() method is intended to be functionally equivalent to to the getDisplayZoomControls() method. See getDisplayZoomControls() for usage.

public abstract boolean getDomStorageEnabled ()

The getDomStorageEnabled() method is intended to be functionally equivalent to to the getDomStorageEnabled() method. See getDomStorageEnabled() for usage.

public abstract String getFantasyFontFamily ()

The getFantasyFontFamily() method is intended to be functionally equivalent to to the getFantasyFontFamily() method. See getFantasyFontFamily() for usage.

public abstract String getFixedFontFamily ()

The getFixedFontFamily() method is intended to be functionally equivalent to to the getFixedFontFamily() method. See getFixedFontFamily() for usage.

public abstract boolean getJavaScriptCanOpenWindowsAutomatically ()

The getJavaScriptCanOpenWindowsAutomatically() method is intended to be functionally equivalent to to the getJavaScriptCanOpenWindowsAutomatically() method. See getJavaScriptCanOpenWindowsAutomatically() for usage.

public abstract boolean getJavaScriptEnabled ()

The getJavaScriptEnabled() method is intended to be functionally equivalent to to the getJavaScriptEnabled() method. See getJavaScriptEnabled() for usage.

public abstract AmazonWebSettings.LayoutAlgorithm getLayoutAlgorithm ()

The getLayoutAlgorithm() method is intended to be functionally equivalent to to the getLayoutAlgorithm() method. See getLayoutAlgorithm() for usage.

public abstract boolean getLoadWithOverviewMode ()

The getLoadWithOverviewMode() method is intended to be functionally equivalent to to the getLoadWithOverviewMode() method. See getLoadWithOverviewMode() for usage.

public abstract boolean getLoadsImagesAutomatically ()

The getLoadsImagesAutomatically() method is intended to be functionally equivalent to to the getLoadsImagesAutomatically() method. See getLoadsImagesAutomatically() for usage.

public abstract boolean getMediaPlaybackRequiresUserGesture ()

The getMediaPlaybackRequiresUserGesture() method is intended to be functionally equivalent to to the getMediaPlaybackRequiresUserGesture() method. See getMediaPlaybackRequiresUserGesture() for usage.

public abstract int getMinimumFontSize ()

The getMinimumFontSize() method is intended to be functionally equivalent to to the getMinimumFontSize() method. See getMinimumFontSize() for usage.

public abstract int getMinimumLogicalFontSize ()

The getMinimumLogicalFontSize() method is intended to be functionally equivalent to to the getMinimumLogicalFontSize() method. See getMinimumLogicalFontSize() for usage.

public abstract String getSansSerifFontFamily ()

The getSansSerifFontFamily() method is intended to be functionally equivalent to to the getSansSerifFontFamily() method. See getSansSerifFontFamily() for usage.

public abstract boolean getSaveFormData ()

The getSaveFormData() method is intended to be functionally equivalent to to the getSaveFormData() method. See getSaveFormData() for usage.

public abstract boolean getSavePassword ()

The getSavePassword() method is intended to be functionally equivalent to to the getSavePassword() method. See getSavePassword() for usage.

public abstract String getSerifFontFamily ()

The getSerifFontFamily() method is intended to be functionally equivalent to to the getSerifFontFamily() method. See getSerifFontFamily() for usage.

public abstract String getStandardFontFamily ()

The getStandardFontFamily() method is intended to be functionally equivalent to to the getStandardFontFamily() method. See getStandardFontFamily() for usage.

public abstract int getTextZoom ()

The getTextZoom() method is intended to be functionally equivalent to to the getTextZoom() method. See getTextZoom() for usage.

public abstract boolean getUseWideViewPort ()

The getUseWideViewPort() method is intended to be functionally equivalent to to the getUseWideViewPort() method. See getUseWideViewPort() for usage.

public abstract String getUserAgentString ()

The getUserAgentString() method is intended to be functionally equivalent to to the getUserAgentString() method. See getUserAgentString() for usage.

public abstract void setAllowContentAccess (boolean allow)

The setAllowContentAccess() method is intended to be functionally equivalent to to the setAllowContentAccess(boolean) method. See setAllowContentAccess(boolean) for usage.

public abstract void setAllowFileAccess (boolean allow)

This method is deprecated.
No replacement.

The setAllowFileAccess() method is intended to be functionally equivalent to to the setAllowFileAccess(boolean) method. See setAllowFileAccess(boolean) for usage.

public abstract void setAllowFileAccessFromFileURLs (boolean flag)

The setAllowFileAccessFromFileURLs() method is intended to be functionally equivalent to to the setAllowFileAccessFromFileURLs(boolean) method. See setAllowFileAccessFromFileURLs(boolean) for usage.

public abstract void setAllowUniversalAccessFromFileURLs (boolean flag)

The setAllowUniversalAccessFromFileURLs() method is intended to be functionally equivalent to to the setAllowUniversalAccessFromFileURLs(boolean) method. See setAllowUniversalAccessFromFileURLs(boolean) for usage.

public abstract void setAppCacheEnabled (boolean appCacheEnabled)

The setAppCacheEnabled() method is intended to be functionally equivalent to to the setAppCacheEnabled(boolean) method. See setAppCacheEnabled(boolean) for usage.

public abstract void setAppCacheMaxSize (long appCacheMaxSize)

The setAppCacheMaxSize() method is intended to be functionally equivalent to to the setAppCacheMaxSize(long) method. See setAppCacheMaxSize(long) for usage.

public abstract void setAppCachePath (String appCachePath)

The setAppCachePath() method is intended to be functionally equivalent to to the setAppCachePath(String) method. See setAppCachePath(String) for usage.

public abstract void setBlockNetworkImage (boolean flag)

The setBlockNetworkImage() method is intended to be functionally equivalent to to the setBlockNetworkImage(boolean) method. See setBlockNetworkImage(boolean) for usage.

public void setBlockNetworkLoads (boolean flag)

The setBlockNetworkLoads() method is intended to be functionally equivalent to to the setBlockNetworkLoads(boolean) method. See setBlockNetworkLoads(boolean) for usage.

public abstract void setBuiltInZoomControls (boolean b)

The setBuiltInZoomControls() method is intended to be functionally equivalent to to the setBuiltInZoomControls(boolean) method. See setBuiltInZoomControls(boolean) for usage.

public abstract void setCacheMode (int mode)

The setCacheMode() method is intended to be functionally equivalent to to the setCacheMode(int) method. See setCacheMode(int) for usage.

public abstract void setCursiveFontFamily (String font)

The setCursiveFontFamily() method is intended to be functionally equivalent to to the setCursiveFontFamily(String) method. See setCursiveFontFamily(String) for usage.

public abstract void setDatabaseEnabled (boolean databaseEnabled)

The setDatabaseEnabled() method is intended to be functionally equivalent to to the setDatabaseEnabled(boolean) method. See setDatabaseEnabled(boolean) for usage.

public abstract void setDatabasePath (String databasePath)

The setDatabasePath() method is intended to be functionally equivalent to to the setDatabasePath(String) method. See setDatabasePath(String) for usage.

public abstract void setDefaultFixedFontSize (int defaultFixedFontSize)

The setDefaultFixedFontSize() method is intended to be functionally equivalent to to the setDefaultFixedFontSize(int) method. See setDefaultFixedFontSize(int) for usage.

public abstract void setDefaultFontSize (int defaultFontSize)

The setDefaultFontSize() method is intended to be functionally equivalent to to the setDefaultFontSize(int) method. See setDefaultFontSize(int) for usage.

public abstract void setDefaultTextEncodingName (String defaultTextEncodingName)

The setDefaultTextEncodingName() method is intended to be functionally equivalent to to the setDefaultTextEncodingName(String) method. See setDefaultTextEncodingName(String) for usage.

public abstract void setDefaultZoom (AmazonWebSettings.ZoomDensity zoomDensity)

The setDefaultZoom() method is intended to be functionally equivalent to to the setDefaultZoom(WebSettings.ZoomDensity) method. See setDefaultZoom(WebSettings.ZoomDensity) for usage.

public abstract void setDisplayZoomControls (boolean displayZoomControls)

The setDisplayZoomControls() method is intended to be functionally equivalent to to the setDisplayZoomControls(boolean) method. See setDisplayZoomControls(boolean) for usage.

public abstract void setDomStorageEnabled (boolean domStorageEnabled)

The setDomStorageEnabled() method is intended to be functionally equivalent to to the setDomStorageEnabled(boolean) method. See setDomStorageEnabled(boolean) for usage.

public abstract void setFantasyFontFamily (String font)

The setFantasyFontFamily() method is intended to be functionally equivalent to to the setFantasyFontFamily(String) method. See setFantasyFontFamily(String) for usage.

public abstract void setFixedFontFamily (String font)

The setFixedFontFamily() method is intended to be functionally equivalent to to the setFixedFontFamily(String) method. See setFixedFontFamily(String) for usage.

public abstract void setGeolocationDatabasePath (String geolocationDatabasePath)

The setGeolocationDatabasePath() method is intended to be functionally equivalent to to the setGeolocationDatabasePath(String) method. See setGeolocationDatabasePath(String) for usage.

public abstract void setGeolocationEnabled (boolean geolocationEnabled)

The setGeolocationEnabled() method is intended to be functionally equivalent to to the setGeolocationEnabled(boolean) method. See setGeolocationEnabled(boolean) for usage.

public abstract void setJavaScriptCanOpenWindowsAutomatically (boolean b)

The setJavaScriptCanOpenWindowsAutomatically() method is intended to be functionally equivalent to to the setJavaScriptCanOpenWindowsAutomatically(boolean) method. See setJavaScriptCanOpenWindowsAutomatically(boolean) for usage.

public abstract void setJavaScriptEnabled (boolean b)

The setJavaScriptEnabled() method is intended to be functionally equivalent to to the setJavaScriptEnabled(boolean) method. See setJavaScriptEnabled(boolean) for usage.

public abstract void setLayoutAlgorithm (AmazonWebSettings.LayoutAlgorithm layoutAlgorithm)

The setLayoutAlgorithm() method is intended to be functionally equivalent to to the setLayoutAlgorithm(WebSettings.LayoutAlgorithm) method. See setLayoutAlgorithm(WebSettings.LayoutAlgorithm) for usage.

public abstract void setLoadWithOverviewMode (boolean loadWithOverviewMode)

The setLoadWithOverviewMode() method is intended to be functionally equivalent to to the setLoadWithOverviewMode(boolean) method. See setLoadWithOverviewMode(boolean) for usage.

public abstract void setLoadsImagesAutomatically (boolean loadsImagesAutomatically)

The setLoadsImagesAutomatically() method is intended to be functionally equivalent to to the setLoadsImagesAutomatically(boolean) method. See setLoadsImagesAutomatically(boolean) for usage.

public abstract void setMediaPlaybackRequiresUserGesture (boolean require)

The setMediaPlaybackRequiresUserGesture() method is intended to be functionally equivalent to to the setMediaPlaybackRequiresUserGesture(boolean) method. See setMediaPlaybackRequiresUserGesture(boolean) for usage.

public abstract void setMinimumFontSize (int minimumFontSize)

The setMinimumFontSize() method is intended to be functionally equivalent to to the setMinimumFontSize(int) method. See setMinimumFontSize(int) for usage.

public abstract void setMinimumLogicalFontSize (int minimumLogicalFontSize)

The setMinimumLogicalFontSize() method is intended to be functionally equivalent to to the setMinimumLogicalFontSize(int) method. See setMinimumLogicalFontSize(int) for usage.

public abstract void setNeedInitialFocus (boolean needInitalFocus)

The setNeedInitialFocus() method is intended to be functionally equivalent to to the setNeedInitialFocus(boolean) method. See setNeedInitialFocus(boolean) for usage.

public abstract void setSansSerifFontFamily (String font)

The setSansSerifFontFamily() method is intended to be functionally equivalent to to the setSansSerifFontFamily(String) method. See setSansSerifFontFamily(String) for usage.

public abstract void setSaveFormData (boolean saveFormData)

The setSaveFormData() method is intended to be functionally equivalent to to the setSaveFormData(boolean) method. See setSaveFormData(boolean) for usage.

public abstract void setSavePassword (boolean rememberPasswords)

The setSavePassword() method is intended to be functionally equivalent to to the setSavePassword(boolean) method. See setSavePassword(boolean) for usage.

public abstract void setSerifFontFamily (String font)

The setSerifFontFamily() method is intended to be functionally equivalent to to the setSerifFontFamily(String) method. See setSerifFontFamily(String) for usage.

public abstract void setStandardFontFamily (String font)

The setStandardFontFamily() method is intended to be functionally equivalent to to the setStandardFontFamily(String) method. See setStandardFontFamily(String) for usage.

public abstract void setSupportMultipleWindows (boolean supportMultipleWindows)

The setSupportMultipleWindows() method is intended to be functionally equivalent to to the setSupportMultipleWindows(boolean) method. See setSupportMultipleWindows(boolean) for usage.

public abstract void setSupportZoom (boolean b)

The supportZoom() method is intended to be functionally equivalent to to the supportZoom() method. See supportZoom() for usage.

public abstract void setTextZoom (int textZoom)

The setTextZoom() method is intended to be functionally equivalent to to the setTextZoom(int) method. See setTextZoom(int) for usage.

public abstract void setUseWideViewPort (boolean useWideViewPort)

The setUseWideViewPort() method is intended to be functionally equivalent to to the setUseWideViewPort(boolean) method. See setUseWideViewPort(boolean) for usage.

public abstract void setUserAgentString (String userAgentString)

The setUserAgentString() method is intended to be functionally equivalent to to the setUserAgentString(String) method. See setUserAgentString(String) for usage.

public abstract boolean supportMultipleWindows ()

The supportMultipleWindows() method is intended to be functionally equivalent to to the supportMultipleWindows() method. See supportMultipleWindows() for usage.

public abstract boolean supportZoom ()

The supportZoom() method is intended to be functionally equivalent to to the supportZoom() method. See supportZoom() for usage.