|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLBodyElementImpl
A class implementing org.w3c.dom.html2.HTMLBodyElement interface.
HTMLBodyElement
Field Summary |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary | |
String |
getALink()
Color of active links (after mouse-button down, but before mouse-button up). |
String |
getBackground()
URI [IETF RFC 2396] of the background texture tile image. |
String |
getBgColor()
Document background color. |
String |
getLink()
Color of links that are not active and unvisited. |
String |
getText()
Document text color. |
String |
getVLink()
Color of links that have been visited by the user. |
void |
setALink(String aLink)
Color of active links (after mouse-button down, but before mouse-button up). |
void |
setBackground(String background)
URI [IETF RFC 2396] of the background texture tile image. |
void |
setBgColor(String bgColor)
Document background color. |
void |
setLink(String link)
Color of links that are not active and unvisited. |
void |
setText(String text)
Document text color. |
void |
setVLink(String vLink)
Color of links that have been visited by the user. |
Methods inherited from class org.mozilla.jrex.dom.html2.JRexHTMLElementImpl |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, dispose, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.html2.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Method Detail |
public String getALink()
HTMLBodyElement
getALink
in interface HTMLBodyElement
public void setALink(String aLink)
HTMLBodyElement
setALink
in interface HTMLBodyElement
public String getBackground()
HTMLBodyElement
getBackground
in interface HTMLBodyElement
public void setBackground(String background)
HTMLBodyElement
setBackground
in interface HTMLBodyElement
public String getBgColor()
HTMLBodyElement
getBgColor
in interface HTMLBodyElement
public void setBgColor(String bgColor)
HTMLBodyElement
setBgColor
in interface HTMLBodyElement
public String getLink()
HTMLBodyElement
getLink
in interface HTMLBodyElement
public void setLink(String link)
HTMLBodyElement
setLink
in interface HTMLBodyElement
public String getText()
HTMLBodyElement
getText
in interface HTMLBodyElement
public void setText(String text)
HTMLBodyElement
setText
in interface HTMLBodyElement
public String getVLink()
HTMLBodyElement
getVLink
in interface HTMLBodyElement
public void setVLink(String vLink)
HTMLBodyElement
setVLink
in interface HTMLBodyElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |