Class HTMLFrameElementImpl

    • Constructor Detail

      • HTMLFrameElementImpl

        public HTMLFrameElementImpl​(java.lang.String name,
                                    boolean noStyleSheet)
      • HTMLFrameElementImpl

        public HTMLFrameElementImpl​(java.lang.String name)
    • Method Detail

      • getFrameBorder

        public java.lang.String getFrameBorder()
        Description copied from interface: HTMLFrameElement
        Request frame borders. See the frameborder attribute definition in HTML 4.01.
        Specified by:
        getFrameBorder in interface HTMLFrameElement
      • setFrameBorder

        public void setFrameBorder​(java.lang.String frameBorder)
        Description copied from interface: HTMLFrameElement
        Request frame borders. See the frameborder attribute definition in HTML 4.01.
        Specified by:
        setFrameBorder in interface HTMLFrameElement
      • getLongDesc

        public java.lang.String getLongDesc()
        Description copied from interface: HTMLFrameElement
        URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
        Specified by:
        getLongDesc in interface HTMLFrameElement
      • setLongDesc

        public void setLongDesc​(java.lang.String longDesc)
        Description copied from interface: HTMLFrameElement
        URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
        Specified by:
        setLongDesc in interface HTMLFrameElement
      • getMarginHeight

        public java.lang.String getMarginHeight()
        Description copied from interface: HTMLFrameElement
        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
        Specified by:
        getMarginHeight in interface HTMLFrameElement
      • setMarginHeight

        public void setMarginHeight​(java.lang.String marginHeight)
        Description copied from interface: HTMLFrameElement
        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
        Specified by:
        setMarginHeight in interface HTMLFrameElement
      • getMarginWidth

        public java.lang.String getMarginWidth()
        Description copied from interface: HTMLFrameElement
        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
        Specified by:
        getMarginWidth in interface HTMLFrameElement
      • setMarginWidth

        public void setMarginWidth​(java.lang.String marginWidth)
        Description copied from interface: HTMLFrameElement
        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
        Specified by:
        setMarginWidth in interface HTMLFrameElement
      • getName

        public java.lang.String getName()
        Description copied from interface: HTMLFrameElement
        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.
        Specified by:
        getName in interface HTMLFrameElement
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: HTMLFrameElement
        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.
        Specified by:
        setName in interface HTMLFrameElement
      • getNoResize

        public boolean getNoResize()
        Description copied from interface: HTMLFrameElement
        When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.01.
        Specified by:
        getNoResize in interface HTMLFrameElement
      • setNoResize

        public void setNoResize​(boolean noResize)
        Description copied from interface: HTMLFrameElement
        When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.01.
        Specified by:
        setNoResize in interface HTMLFrameElement
      • getScrolling

        public java.lang.String getScrolling()
        Description copied from interface: HTMLFrameElement
        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
        Specified by:
        getScrolling in interface HTMLFrameElement
      • setScrolling

        public void setScrolling​(java.lang.String scrolling)
        Description copied from interface: HTMLFrameElement
        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
        Specified by:
        setScrolling in interface HTMLFrameElement
      • getSrc

        public java.lang.String getSrc()
        Description copied from interface: HTMLFrameElement
        A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.
        Specified by:
        getSrc in interface HTMLFrameElement
      • setSrc

        public void setSrc​(java.lang.String src)
        Description copied from interface: HTMLFrameElement
        A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.
        Specified by:
        setSrc in interface HTMLFrameElement
      • getContentDocument

        public org.w3c.dom.Document getContentDocument()
        Description copied from interface: HTMLFrameElement
        The document this frame contains, if there is any and it is available, or null otherwise.
        Specified by:
        getContentDocument in interface HTMLFrameElement
      • getContentWindow

        public Window getContentWindow()