com.teamdev.jxbrowser
Class BrowserAttributes

java.lang.Object
  extended by com.teamdev.jxbrowser.BrowserAttributes

public final class BrowserAttributes
extends java.lang.Object

Attributes of page content


Constructor Summary
BrowserAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 float getZoom()
           
 int hashCode()
           
 boolean isAllowAuth()
           
 boolean isAllowImages()
           
 boolean isAllowJavascript()
           
 boolean isAllowMetaRedirects()
           
 boolean isAllowPlugins()
           
 boolean isAllowSubframes()
           
 void setAllowAuth(boolean allowAuth)
           
 void setAllowImages(boolean allowImages)
           
 void setAllowJavascript(boolean allowJavascript)
           
 void setAllowMetaRedirects(boolean allowMetaRedirects)
           
 void setAllowPlugins(boolean allowPlugins)
           
 void setAllowSubframes(boolean allowSubframes)
           
 void setZoom(float zoom)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserAttributes

public BrowserAttributes()
Method Detail

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