Uses of Class
org.apache.ecs.html.IFrame

Packages that use IFrame
org.apache.ecs.html   
 

Uses of IFrame in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return IFrame
 IFrame IFrame.setLongDesc(java.lang.String longdesc)
          Sets the LONGDESC="" attribute
 IFrame IFrame.setName(java.lang.String name)
          Sets the NAME="" attribute
 IFrame IFrame.setSrc(java.lang.String src)
          Sets the SRC="" attribute
 IFrame IFrame.setFrameBorder(boolean frameborder)
          Sets the FRAMEBORDER="" attribute
 IFrame IFrame.setMarginWidth(int marginwidth)
          Sets the MARGINWIDTH="" attribute
 IFrame IFrame.setMarginWidth(java.lang.String marginwidth)
          Sets the MARGINWIDTH="" attribute
 IFrame IFrame.setHeight(java.lang.String height)
          Sets the HEIGHT="" attribute
 IFrame IFrame.setHeight(int height)
          Sets the HEIGHT="" attribute
 IFrame IFrame.setWidth(java.lang.String width)
          Sets the WIDTH="" attribute
 IFrame IFrame.setWidth(int width)
          Sets the WIDTH="" attribute
 IFrame IFrame.setMarginHeight(int marginheight)
          Sets the MARGINHEIGHT="" attribute
 IFrame IFrame.setMarginHeight(java.lang.String marginheight)
          Sets the MARGINHEIGHT="" attribute
 IFrame IFrame.setScrolling(java.lang.String scrolling)
          Sets the SCROLLING="" attribute
 IFrame IFrame.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute.
 IFrame IFrame.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 IFrame IFrame.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 IFrame IFrame.addElement(Element element)
          Adds an Element to the element.
 IFrame IFrame.addElement(java.lang.String element)
          Adds an Element to the element.
 IFrame IFrame.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.