com.teamdev.jxbrowser
Class BrowserAttributes
java.lang.Object
com.teamdev.jxbrowser.BrowserAttributes
public final class BrowserAttributes
- extends java.lang.Object
Attributes of page content
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BrowserAttributes
public BrowserAttributes()
isAllowAuth
public boolean isAllowAuth()
setAllowAuth
public void setAllowAuth(boolean allowAuth)
isAllowImages
public boolean isAllowImages()
setAllowImages
public void setAllowImages(boolean allowImages)
isAllowJavascript
public boolean isAllowJavascript()
setAllowJavascript
public void setAllowJavascript(boolean allowJavascript)
isAllowMetaRedirects
public boolean isAllowMetaRedirects()
setAllowMetaRedirects
public void setAllowMetaRedirects(boolean allowMetaRedirects)
isAllowPlugins
public boolean isAllowPlugins()
setAllowPlugins
public void setAllowPlugins(boolean allowPlugins)
isAllowSubframes
public boolean isAllowSubframes()
setAllowSubframes
public void setAllowSubframes(boolean allowSubframes)
getZoom
public float getZoom()
setZoom
public void setZoom(float zoom)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object