| java.lang.Object com.meterware.httpunit.HTMLElementBase com.meterware.httpunit.WebApplet
getArchiveSpecification | public String getArchiveSpecification()(Code) | | Returns the archive specification.
|
getHeight | public int getHeight()(Code) | | Returns the height of the panel in which the applet will be drawn.
|
getMainClassName | public String getMainClassName()(Code) | | Returns the name of the applet main class.
|
getParameter | public String getParameter(String name)(Code) | | Returns the value of the specified applet parameter, or null if not defined.
|
getParameterNames | public String[] getParameterNames()(Code) | | Returns an array containing the names of the parameters defined for the applet.
|
getWidth | public int getWidth()(Code) | | Returns the width of the panel in which the applet will be drawn.
|
|
|