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

Packages that use applet
org.apache.ecs.xhtml   
 

Uses of applet in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return applet
 applet applet.setCodeBase(java.lang.String url)
          Determines the base url for this applet.
 applet applet.setArchive(java.lang.String url)
          Comma seperated archive list.
 applet applet.setCode(java.lang.String code)
          Applet class file.
 applet applet.setHeight(java.lang.String height)
          Suggested height of applet.
 applet applet.setHeight(int height)
          Suggested height of applet.
 applet applet.setHeight(double height)
          Suggested height of applet.
 applet applet.setWidth(java.lang.String width)
          Suggested width of applet.
 applet applet.setWidth(int width)
          Suggested width of applet.
 applet applet.setWidth(double width)
          Suggested width of object.
 applet applet.setHSpace(java.lang.String hspace)
          Suggested horizontal gutter.
 applet applet.setHSpace(int hspace)
          Suggested horizontal gutter.
 applet applet.setHSpace(double hspace)
          Suggested horizontal gutter.
 applet applet.setVSpace(java.lang.String vspace)
          Suggested vertical gutter.
 applet applet.setVSpace(int vspace)
          Suggested vertical gutter.
 applet applet.setVSpace(double vspace)
          Suggested vertical gutter.
 applet applet.setAlign(java.lang.String alignment)
          Set the horizontal or vertical alignment of this applet.
Convience variables are in the AlignTypes interface.
 applet applet.setName(java.lang.String name)
          Set the name of this applet.
 applet applet.setObject(java.lang.String object)
          Serialized applet file.
 applet applet.setAlt(java.lang.String alt)
          Breif description, alternate text for the applet.
 applet applet.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 applet applet.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 applet applet.addElement(java.lang.String element)
          Add an element to the element
 applet applet.addElement(Element element)
          Add an element to the element
 applet applet.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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