set_settings
Description:
public void set_settings (
Settings settings)
Sets the Settings to be applied to this.
The existing Settings of this will be
replaced by settings. New settings are applied immediately on this. The same
Settings object can be shared by multiple
WebView<!-- -->s.
Parameters:
| this |
a WebView
|
| settings |
a Settings
|