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

Packages that use FrameSet
org.apache.ecs   
org.apache.ecs.html   
 

Uses of FrameSet in org.apache.ecs
 

Fields in org.apache.ecs declared as FrameSet
private  FrameSet FrameSetDocument.frameset
           
 

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

Methods in org.apache.ecs with parameters of type FrameSet
 FrameSetDocument FrameSetDocument.setFrameSet(FrameSet set_frameset)
          Set the FrameSet element for this FrameSetDocument container.
 

Uses of FrameSet in org.apache.ecs.html
 

Methods in org.apache.ecs.html 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.