C# Class android.webkit.WebSettings

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getAllowFileAccess ( ) : bool
getBlockNetworkImage ( ) : bool
getBlockNetworkLoads ( ) : bool
getBuiltInZoomControls ( ) : bool
getCacheMode ( ) : int
getCursiveFontFamily ( ) : global::java.lang.String
getDatabaseEnabled ( ) : bool
getDatabasePath ( ) : global::java.lang.String
getDefaultFixedFontSize ( ) : int
getDefaultFontSize ( ) : int
getDefaultTextEncodingName ( ) : global::java.lang.String
getDefaultZoom ( ) : global::android.webkit.WebSettings.ZoomDensity
getDomStorageEnabled ( ) : bool
getFantasyFontFamily ( ) : global::java.lang.String
getFixedFontFamily ( ) : global::java.lang.String
getJavaScriptCanOpenWindowsAutomatically ( ) : bool
getJavaScriptEnabled ( ) : bool
getLayoutAlgorithm ( ) : global::android.webkit.WebSettings.LayoutAlgorithm
getLightTouchEnabled ( ) : bool
getLoadWithOverviewMode ( ) : bool
getLoadsImagesAutomatically ( ) : bool
getMinimumFontSize ( ) : int
getMinimumLogicalFontSize ( ) : int
getNavDump ( ) : bool
getPluginState ( ) : global::android.webkit.WebSettings.PluginState
getPluginsEnabled ( ) : bool
getPluginsPath ( ) : global::java.lang.String
getSansSerifFontFamily ( ) : global::java.lang.String
getSaveFormData ( ) : bool
getSavePassword ( ) : bool
getSerifFontFamily ( ) : global::java.lang.String
getStandardFontFamily ( ) : global::java.lang.String
getTextSize ( ) : global::android.webkit.WebSettings.TextSize
getUseDoubleTree ( ) : bool
getUseWideViewPort ( ) : bool
getUserAgent ( ) : int
getUserAgentString ( ) : global::java.lang.String
setAllowFileAccess ( bool arg0 ) : void
setAppCacheEnabled ( bool arg0 ) : void
setAppCacheMaxSize ( long arg0 ) : void
setAppCachePath ( java arg0 ) : void
setBlockNetworkImage ( bool arg0 ) : void
setBlockNetworkLoads ( bool arg0 ) : void
setBuiltInZoomControls ( bool arg0 ) : void
setCacheMode ( int arg0 ) : void
setCursiveFontFamily ( java arg0 ) : void
setDatabaseEnabled ( bool arg0 ) : void
setDatabasePath ( java arg0 ) : void
setDefaultFixedFontSize ( int arg0 ) : void
setDefaultFontSize ( int arg0 ) : void
setDefaultTextEncodingName ( java arg0 ) : void
setDefaultZoom ( android arg0 ) : void
setDomStorageEnabled ( bool arg0 ) : void
setFantasyFontFamily ( java arg0 ) : void
setFixedFontFamily ( java arg0 ) : void
setGeolocationDatabasePath ( java arg0 ) : void
setGeolocationEnabled ( bool arg0 ) : void
setJavaScriptCanOpenWindowsAutomatically ( bool arg0 ) : void
setJavaScriptEnabled ( bool arg0 ) : void
setLayoutAlgorithm ( android arg0 ) : void
setLightTouchEnabled ( bool arg0 ) : void
setLoadWithOverviewMode ( bool arg0 ) : void
setLoadsImagesAutomatically ( bool arg0 ) : void
setMinimumFontSize ( int arg0 ) : void
setMinimumLogicalFontSize ( int arg0 ) : void
setNavDump ( bool arg0 ) : void
setNeedInitialFocus ( bool arg0 ) : void
setPluginState ( android arg0 ) : void
setPluginsEnabled ( bool arg0 ) : void
setPluginsPath ( java arg0 ) : void
setRenderPriority ( android arg0 ) : void
setSansSerifFontFamily ( java arg0 ) : void
setSaveFormData ( bool arg0 ) : void
setSavePassword ( bool arg0 ) : void
setSerifFontFamily ( java arg0 ) : void
setStandardFontFamily ( java arg0 ) : void
setSupportMultipleWindows ( bool arg0 ) : void
setSupportZoom ( bool arg0 ) : void
setTextSize ( android arg0 ) : void
setUseDoubleTree ( bool arg0 ) : void
setUseWideViewPort ( bool arg0 ) : void
setUserAgent ( int arg0 ) : void
setUserAgentString ( java arg0 ) : void
supportMultipleWindows ( ) : bool
supportZoom ( ) : bool

Protected Methods

Method Description
WebSettings ( global @__env )

Private Methods

Method Description
WebSettings ( )

Method Details

WebSettings() protected method

protected WebSettings ( global @__env )
@__env global

getAllowFileAccess() public method

public getAllowFileAccess ( ) : bool
return bool

getBlockNetworkImage() public method

public getBlockNetworkImage ( ) : bool
return bool

getBlockNetworkLoads() public method

public getBlockNetworkLoads ( ) : bool
return bool

getBuiltInZoomControls() public method

public getBuiltInZoomControls ( ) : bool
return bool

getCacheMode() public method

public getCacheMode ( ) : int
return int

getCursiveFontFamily() public method

public getCursiveFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getDatabaseEnabled() public method

public getDatabaseEnabled ( ) : bool
return bool

getDatabasePath() public method

public getDatabasePath ( ) : global::java.lang.String
return global::java.lang.String

getDefaultFixedFontSize() public method

public getDefaultFixedFontSize ( ) : int
return int

getDefaultFontSize() public method

public getDefaultFontSize ( ) : int
return int

getDefaultTextEncodingName() public method

public getDefaultTextEncodingName ( ) : global::java.lang.String
return global::java.lang.String

getDefaultZoom() public method

public getDefaultZoom ( ) : global::android.webkit.WebSettings.ZoomDensity
return global::android.webkit.WebSettings.ZoomDensity

getDomStorageEnabled() public method

public getDomStorageEnabled ( ) : bool
return bool

getFantasyFontFamily() public method

public getFantasyFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getFixedFontFamily() public method

public getFixedFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getJavaScriptCanOpenWindowsAutomatically() public method

public getJavaScriptCanOpenWindowsAutomatically ( ) : bool
return bool

getJavaScriptEnabled() public method

public getJavaScriptEnabled ( ) : bool
return bool

getLayoutAlgorithm() public method

public getLayoutAlgorithm ( ) : global::android.webkit.WebSettings.LayoutAlgorithm
return global::android.webkit.WebSettings.LayoutAlgorithm

getLightTouchEnabled() public method

public getLightTouchEnabled ( ) : bool
return bool

getLoadWithOverviewMode() public method

public getLoadWithOverviewMode ( ) : bool
return bool

getLoadsImagesAutomatically() public method

public getLoadsImagesAutomatically ( ) : bool
return bool

getMinimumFontSize() public method

public getMinimumFontSize ( ) : int
return int

getMinimumLogicalFontSize() public method

public getMinimumLogicalFontSize ( ) : int
return int

getNavDump() public method

public getNavDump ( ) : bool
return bool

getPluginState() public method

public getPluginState ( ) : global::android.webkit.WebSettings.PluginState
return global::android.webkit.WebSettings.PluginState

getPluginsEnabled() public method

public getPluginsEnabled ( ) : bool
return bool

getPluginsPath() public method

public getPluginsPath ( ) : global::java.lang.String
return global::java.lang.String

getSansSerifFontFamily() public method

public getSansSerifFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getSaveFormData() public method

public getSaveFormData ( ) : bool
return bool

getSavePassword() public method

public getSavePassword ( ) : bool
return bool

getSerifFontFamily() public method

public getSerifFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getStandardFontFamily() public method

public getStandardFontFamily ( ) : global::java.lang.String
return global::java.lang.String

getTextSize() public method

public getTextSize ( ) : global::android.webkit.WebSettings.TextSize
return global::android.webkit.WebSettings.TextSize

getUseDoubleTree() public method

public getUseDoubleTree ( ) : bool
return bool

getUseWideViewPort() public method

public getUseWideViewPort ( ) : bool
return bool

getUserAgent() public method

public getUserAgent ( ) : int
return int

getUserAgentString() public method

public getUserAgentString ( ) : global::java.lang.String
return global::java.lang.String

setAllowFileAccess() public method

public setAllowFileAccess ( bool arg0 ) : void
arg0 bool
return void

setAppCacheEnabled() public method

public setAppCacheEnabled ( bool arg0 ) : void
arg0 bool
return void

setAppCacheMaxSize() public method

public setAppCacheMaxSize ( long arg0 ) : void
arg0 long
return void

setAppCachePath() public method

public setAppCachePath ( java arg0 ) : void
arg0 java
return void

setBlockNetworkImage() public method

public setBlockNetworkImage ( bool arg0 ) : void
arg0 bool
return void

setBlockNetworkLoads() public method

public setBlockNetworkLoads ( bool arg0 ) : void
arg0 bool
return void

setBuiltInZoomControls() public method

public setBuiltInZoomControls ( bool arg0 ) : void
arg0 bool
return void

setCacheMode() public method

public setCacheMode ( int arg0 ) : void
arg0 int
return void

setCursiveFontFamily() public method

public setCursiveFontFamily ( java arg0 ) : void
arg0 java
return void

setDatabaseEnabled() public method

public setDatabaseEnabled ( bool arg0 ) : void
arg0 bool
return void

setDatabasePath() public method

public setDatabasePath ( java arg0 ) : void
arg0 java
return void

setDefaultFixedFontSize() public method

public setDefaultFixedFontSize ( int arg0 ) : void
arg0 int
return void

setDefaultFontSize() public method

public setDefaultFontSize ( int arg0 ) : void
arg0 int
return void

setDefaultTextEncodingName() public method

public setDefaultTextEncodingName ( java arg0 ) : void
arg0 java
return void

setDefaultZoom() public method

public setDefaultZoom ( android arg0 ) : void
arg0 android
return void

setDomStorageEnabled() public method

public setDomStorageEnabled ( bool arg0 ) : void
arg0 bool
return void

setFantasyFontFamily() public method

public setFantasyFontFamily ( java arg0 ) : void
arg0 java
return void

setFixedFontFamily() public method

public setFixedFontFamily ( java arg0 ) : void
arg0 java
return void

setGeolocationDatabasePath() public method

public setGeolocationDatabasePath ( java arg0 ) : void
arg0 java
return void

setGeolocationEnabled() public method

public setGeolocationEnabled ( bool arg0 ) : void
arg0 bool
return void

setJavaScriptCanOpenWindowsAutomatically() public method

public setJavaScriptCanOpenWindowsAutomatically ( bool arg0 ) : void
arg0 bool
return void

setJavaScriptEnabled() public method

public setJavaScriptEnabled ( bool arg0 ) : void
arg0 bool
return void

setLayoutAlgorithm() public method

public setLayoutAlgorithm ( android arg0 ) : void
arg0 android
return void

setLightTouchEnabled() public method

public setLightTouchEnabled ( bool arg0 ) : void
arg0 bool
return void

setLoadWithOverviewMode() public method

public setLoadWithOverviewMode ( bool arg0 ) : void
arg0 bool
return void

setLoadsImagesAutomatically() public method

public setLoadsImagesAutomatically ( bool arg0 ) : void
arg0 bool
return void

setMinimumFontSize() public method

public setMinimumFontSize ( int arg0 ) : void
arg0 int
return void

setMinimumLogicalFontSize() public method

public setMinimumLogicalFontSize ( int arg0 ) : void
arg0 int
return void

setNavDump() public method

public setNavDump ( bool arg0 ) : void
arg0 bool
return void

setNeedInitialFocus() public method

public setNeedInitialFocus ( bool arg0 ) : void
arg0 bool
return void

setPluginState() public method

public setPluginState ( android arg0 ) : void
arg0 android
return void

setPluginsEnabled() public method

public setPluginsEnabled ( bool arg0 ) : void
arg0 bool
return void

setPluginsPath() public method

public setPluginsPath ( java arg0 ) : void
arg0 java
return void

setRenderPriority() public method

public setRenderPriority ( android arg0 ) : void
arg0 android
return void

setSansSerifFontFamily() public method

public setSansSerifFontFamily ( java arg0 ) : void
arg0 java
return void

setSaveFormData() public method

public setSaveFormData ( bool arg0 ) : void
arg0 bool
return void

setSavePassword() public method

public setSavePassword ( bool arg0 ) : void
arg0 bool
return void

setSerifFontFamily() public method

public setSerifFontFamily ( java arg0 ) : void
arg0 java
return void

setStandardFontFamily() public method

public setStandardFontFamily ( java arg0 ) : void
arg0 java
return void

setSupportMultipleWindows() public method

public setSupportMultipleWindows ( bool arg0 ) : void
arg0 bool
return void

setSupportZoom() public method

public setSupportZoom ( bool arg0 ) : void
arg0 bool
return void

setTextSize() public method

public setTextSize ( android arg0 ) : void
arg0 android
return void

setUseDoubleTree() public method

public setUseDoubleTree ( bool arg0 ) : void
arg0 bool
return void

setUseWideViewPort() public method

public setUseWideViewPort ( bool arg0 ) : void
arg0 bool
return void

setUserAgent() public method

public setUserAgent ( int arg0 ) : void
arg0 int
return void

setUserAgentString() public method

public setUserAgentString ( java arg0 ) : void
arg0 java
return void

supportMultipleWindows() public method

public supportMultipleWindows ( ) : bool
return bool

supportZoom() public method

public supportZoom ( ) : bool
return bool