Public Methods
| void setAppletClass ( const QString& clazzName )
|
Specify the name of the class file to run. For example 'Lake.class'.
Get the name of the Class file the applet should run
| void setBaseURL ( const QString& base )
|
Set the URL of the document embedding the applet.
get the Base URL of the document embedding the applet
| void setCodeBase ( const QString& codeBase )
|
Set the codebase of the applet classes.
Get the codebase of the applet classes
| void setArchives ( const QString& _archives )
|
Set the list of archives at the Applet's codebase to search in for
class files and other resources
Get the list of Archives that should be searched for class files
and other resources
| void setAppletName ( const QString& name )
|
Set the name the applet should be called in it's context
Get the name the applet should be called in it's context
| void setSize ( QSize size )
|
Set the size of the applet
Get the size of the applet
Specify a parameter to be passed to the applet.
Look up the parameter value for the given Parameter. Returns
QString::null if the name has not been set.
Get a reference to the Paramaters and their values
| void setWindowName ( const QString& title )
|
Set the window title for swallowing
Get the window title this applet should use
| void resizeAppletWidget ( int width, int height )
|
Interface for applets to resize themselves
Send message to AppletServer to create this applet's
frame to be swallowed and download the applet classes
Send message to AppletServer to Initialize and show
this applet
Returns status of applet- whether it's been created or not
Run the applet.
Pause the applet.
Returns the unique ID this applet is given
| void setAppletId ( int id )
|
Set the applet ID.
| Generated by: masato@ss10 on Wed Apr 11 12:06:47 2001, using kdoc 2.0a48. |