Uses of Class
org.apache.ecs.xhtml.frameset

Packages that use frameset
org.apache.ecs   
org.apache.ecs.xhtml   
 

Uses of frameset in org.apache.ecs
 

Fields in org.apache.ecs declared as frameset
private  frameset XhtmlFrameSetDocument.frameset
           
 

Methods in org.apache.ecs that return frameset
 frameset XhtmlFrameSetDocument.getFrameSet()
          Get the frameset element for this XhtmlFrameSetDocument container.
 

Methods in org.apache.ecs with parameters of type frameset
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setHead(frameset set_frameset)
          Set the frameset element for this XhtmlFrameSetDocument container.
 

Uses of frameset in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return frameset
 frameset frameset.setRows(int rows)
          Sets the rows="" attribute
 frameset frameset.setRows(java.lang.String rows)
          Sets the rows="" attribute
 frameset frameset.setCols(int cols)
          Sets the cols="" attribute
 frameset frameset.setCols(java.lang.String cols)
          Sets the cols="" attribute
 frameset frameset.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 frameset frameset.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 frameset frameset.addElement(Element element)
          Adds an Element to the element.
 frameset frameset.addElement(java.lang.String element)
          Adds an Element to the element.
 frameset frameset.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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