BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.FrameSetElement

Packages that use FrameSetElement
weblogic.html The HtmlKona package is deprecated. 
 

Uses of FrameSetElement in weblogic.html
 

Methods in weblogic.html that return FrameSetElement
 FrameSetElement FrameSetElement.addElement(FrameElement val)
          Deprecated. Adds a FrameElement to a FrameSetElement.
 FrameSetElement FrameSetElement.addElement(FrameSetElement val)
          Deprecated. Adds a FrameSetElement to a FrameSetElement.
 FrameSetElement FrameSetElement.addElement(NoFramesElement val)
          Deprecated. Adds a NoFramesElement to a FrameSetElement.
 FrameSetElement FrameSetElement.setOnLoad(java.lang.String attrib)
          Deprecated. Sets the ONLOAD attribute.
 FrameSetElement FrameSetElement.setOnLoad(ScriptElement attrib)
          Deprecated. Sets the ONLOAD attribute to a ScriptElement.
 FrameSetElement FrameSetElement.setOnUnload(java.lang.String attrib)
          Deprecated. Sets the ONUNLOAD attribute.
 FrameSetElement FrameSetElement.setOnUnload(ScriptElement attrib)
          Deprecated. Sets the ONUNLOAD attribute to a ScriptElement.
 FrameSetElement FrameSetElement.setBorder(int thickness)
          Deprecated. Sets the BORDER attribute for a FrameSetElement.
 FrameSetElement FrameSetElement.setBorderColor(java.lang.String color)
          Deprecated. Sets the BORDERCOLOR attribute for a FrameSetElement.
 FrameSetElement FrameSetElement.setBorderColor(java.awt.Color color)
          Deprecated. Sets the BORDERCOLOR attribute for a FrameSetElement.
 FrameSetElement FrameSetElement.setCols(java.lang.String val)
          Deprecated. Sets the COLS attribute for a FrameSetElement.
 FrameSetElement FrameSetElement.setFrameBorder(boolean border)
          Deprecated. Sets the FRAMEBORDER attribute for a FrameSetElement.
 FrameSetElement FrameSetElement.setRows(java.lang.String val)
          Deprecated. Sets the ROWS attribute for a FrameSetElement.
 

Methods in weblogic.html with parameters of type FrameSetElement
 FrameSetElement FrameSetElement.addElement(FrameSetElement val)
          Deprecated. Adds a FrameSetElement to a FrameSetElement.
 HtmlPage HtmlPage.setFrameSetElement(FrameSetElement fs)
          Deprecated. Adds a FrameSetElement to an HtmlPage.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.