|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jnlp.AppletDesc
public class AppletDesc
The applet-desc element.
| Constructor Summary | |
|---|---|
AppletDesc(java.lang.String name,
java.lang.String mainClass,
java.net.URL documentBase,
int width,
int height,
java.util.Map<java.lang.String,java.lang.String> parameters)
Create an Applet descriptor. |
|
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String name,
java.lang.String value)
Adds a parameter to the applet. |
java.net.URL |
getDocumentBase()
Returns the document base |
int |
getHeight()
Returns the height |
java.lang.String |
getMainClass()
Returns the main class name |
java.lang.String |
getName()
Returns the applet name |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Returns the applet parameters |
int |
getWidth()
Returns the width |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppletDesc(java.lang.String name,
java.lang.String mainClass,
java.net.URL documentBase,
int width,
int height,
java.util.Map<java.lang.String,java.lang.String> parameters)
name - the applet namemainClass - the main class name and packagedocumentBase - the document basewidth - the widthheight - the heightparameters - the parameters| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getMainClass()
public java.net.URL getDocumentBase()
public int getWidth()
public int getHeight()
public java.util.Map<java.lang.String,java.lang.String> getParameters()
public void addParameter(java.lang.String name,
java.lang.String value)
|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||