org.mortbay.html
Class Applet
An Applet Block.
Lets you set the class name from the program, and optionally, the
size and the codebase.
This class uses any attributes set in Element.
Usage
org.mortbay.Page page = new org.mortbay.html.Page();
page.add(new org.mortbay.Applet("org.mortbay.Foo.App"));
$Id: Applet.java,v 1.7 2004/07/19 13:12:58 hlavac Exp $
Bold , Center , Div , Italic , Left , Listing , Plain , Pre , Quote , Right , Span , Xmp |
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
Applet(String className) - Create an Applet Element.
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
codeBase
public String codeBase
Applet
public Applet(String className)
Create an Applet Element.
className
- The name of the class to give for the applet
codeBase
public Applet codeBase(String cb)
Set the codebase
setAlternate
public Applet setAlternate(String alt)
use add
Set an alternate display for non-java browsers.
alt
- The alternate element to display
setAlternate
public Applet setAlternate(Element alt)
use add
Set an alternate display for non-java browsers.
alt
- The alternate element to display
setDebug
public Applet setDebug(boolean debug)
Set whether debugging is on in the Applet.
This controls whether the org.mortbay.util.Code debug messages
will be printed to the java console.
Defaults to whether debug is turned on in the generating app
setDimensions
public Applet setDimensions(int height,
int width)
Set the dimensions of the Applet.
setParam
public Applet setParam(String name,
String value)
write
public void write(Writer out)
throws IOException
Write out the HTML
- write in interface Block
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.