|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netx.jnlp.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 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 |
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 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 getParameters()
public void addParameter(java.lang.String name,
java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||