Class HtmlApplet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlApplet
    extends HtmlElement
    Wrapper for the HTML element "applet".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Method Detail

      • getCodebaseAttribute

        public final java.lang.String getCodebaseAttribute()
        Returns the value of the attribute "codebase". Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute "codebase" or an empty string if that attribute isn't defined
      • getArchiveAttribute

        public final java.lang.String getArchiveAttribute()
        Returns the value of the attribute archive. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute archive or an empty string if that attribute isn't defined
      • getCodeAttribute

        public final java.lang.String getCodeAttribute()
        Returns the value of the attribute "code". Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute "code" or an empty string if that attribute isn't defined
      • getObjectAttribute

        public final java.lang.String getObjectAttribute()
        Returns the value of the attribute object. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute object or an empty string if that attribute isn't defined
      • getAltAttribute

        public final java.lang.String getAltAttribute()
        Returns the value of the attribute alt. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute alt or an empty string if that attribute isn't defined
      • getNameAttribute

        public final java.lang.String getNameAttribute()
        Returns the value of the attribute name. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute name or an empty string if that attribute isn't defined
      • getWidthAttribute

        public final java.lang.String getWidthAttribute()
        Returns the value of the attribute width. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute width or an empty string if that attribute isn't defined
      • getHeightAttribute

        public final java.lang.String getHeightAttribute()
        Returns the value of the attribute height. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute height or an empty string if that attribute isn't defined
      • getAlignAttribute

        public final java.lang.String getAlignAttribute()
        Returns the value of the attribute align. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute align or an empty string if that attribute isn't defined
      • getHspaceAttribute

        public final java.lang.String getHspaceAttribute()
        Returns the value of the attribute hspace. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute hspace or an empty string if that attribute isn't defined
      • getVspaceAttribute

        public final java.lang.String getVspaceAttribute()
        Returns the value of the attribute vspace. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute vspace or an empty string if that attribute isn't defined
      • getApplet

        public java.applet.Applet getApplet()
                                     throws java.io.IOException
        Gets the applet referenced by this tag. Instantiates it if necessary.
        Returns:
        the applet or null, if the installed AppletConfirmHandler prohibits this applet
        Throws:
        java.io.IOException - in case of problem
      • getArchiveUrls

        public java.util.List<java.net.URL> getArchiveUrls()
        Returns the list of used jar file urls. This returns null, if the applet was not initialized before.
        Returns:
        the list of jar urls