org.kde.koala
Class HTMLAppletElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLAppletElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLAppletElement
extends HTMLElement

An embedded Java applet. See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.


Constructor Summary
  HTMLAppletElement()
           
protected HTMLAppletElement(java.lang.Class dummy)
           
  HTMLAppletElement(HTMLAppletElement other)
           
  HTMLAppletElement(Node other)
           
 
Method Summary
 java.lang.String align()
          Aligns this object (vertically or horizontally) with respect to its surrounding text.
 java.lang.String alt()
          Alternate text for user agents not rendering the normal content of this element.
 java.lang.String archive()
          Comma-separated archive list.
 java.lang.String code()
          Applet class file.
 java.lang.String codeBase()
          Optional base URI for applet.
 long getHspace()
          Horizontal space, in pixels, to the left and right of this image, applet, or object.
 long getVspace()
          Vertical space, in pixels, above and below this image, applet, or object.
 java.lang.String height()
          Override height.
 java.lang.String name()
          The name of the applet.
 java.lang.String object()
          Serialized applet file.
 void setAlign(java.lang.String arg1)
          see align
 void setAlt(java.lang.String arg1)
          see alt
 void setArchive(java.lang.String arg1)
          see archive
 void setCode(java.lang.String arg1)
          see code
 void setCodeBase(java.lang.String value)
          see codeBase
 void setHeight(java.lang.String arg1)
          see height
 void setHspace(long arg1)
          see hspace
 void setName(java.lang.String arg1)
          see name
 void setObject(java.lang.String arg1)
          see object
 void setVspace(long arg1)
          see vspace
 void setWidth(java.lang.String arg1)
          see width
 java.lang.String width()
          Override width.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLAppletElement

protected HTMLAppletElement(java.lang.Class dummy)

HTMLAppletElement

public HTMLAppletElement()

HTMLAppletElement

public HTMLAppletElement(HTMLAppletElement other)

HTMLAppletElement

public HTMLAppletElement(Node other)
Method Detail

align

public java.lang.String align()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


alt

public java.lang.String alt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlt

public void setAlt(java.lang.String arg1)
see alt


archive

public java.lang.String archive()
Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setArchive

public void setArchive(java.lang.String arg1)
see archive


code

public java.lang.String code()
Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setCode

public void setCode(java.lang.String arg1)
see code


codeBase

public java.lang.String codeBase()
Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setCodeBase

public void setCodeBase(java.lang.String value)
see codeBase


height

public java.lang.String height()
Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setHeight

public void setHeight(java.lang.String arg1)
see height


getHspace

public long getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setHspace

public void setHspace(long arg1)
see hspace


name

public java.lang.String name()
The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setName

public void setName(java.lang.String arg1)
see name


object

public java.lang.String object()
Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setObject

public void setObject(java.lang.String arg1)
see object


getVspace

public long getVspace()
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setVspace

public void setVspace(long arg1)
see vspace


width

public java.lang.String width()
Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setWidth

public void setWidth(java.lang.String arg1)
see width