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

Packages that use Frame
org.apache.ecs.html   
 

Uses of Frame in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Frame
 Frame Frame.setLongDesc(java.lang.String longdesc)
          Sets the LONGDESC="" attribute
 Frame Frame.setName(java.lang.String name)
          Sets the NAME="" attribute
 Frame Frame.setSrc(java.lang.String src)
          Sets the SRC="" attribute
 Frame Frame.setFrameBorder(boolean frameborder)
          Sets the FRAMEBORDER="" attribute
 Frame Frame.setMarginWidth(int marginwidth)
          Sets the MARGINWIDTH="" attribute
 Frame Frame.setMarginWidth(java.lang.String marginwidth)
          Sets the MARGINWIDTH="" attribute
 Frame Frame.setMarginHeight(int marginheight)
          Sets the MARGINHEIGHT="" attribute
 Frame Frame.setMarginHeight(java.lang.String marginheight)
          Sets the MARGINHEIGHT="" attribute
 Frame Frame.setScrolling(java.lang.String scrolling)
          Sets the SCROLLING="" attribute
 Frame Frame.setNoResize(boolean noresize)
          Sets the noresize value
 Frame Frame.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Frame Frame.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Frame Frame.addElement(Element element)
          Adds an Element to the element.
 Frame Frame.addElement(java.lang.String element)
          Adds an Element to the element.
 Frame Frame.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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