Public Methods
~KJavaApplet ()
| ~KJavaApplet |
void setAppletClass ( const QString& clazzName )
| setAppletClass |
Specify the name of the class file to run. For example 'Lake.class'.
QString& appletClass ()
| appletClass |
Get the name of the Class file the applet should run
void setBaseURL ( const QString& base )
| setBaseURL |
Set the URL of the document embedding the applet.
get the Base URL of the document embedding the applet
void setCodeBase ( const QString& codeBase )
| setCodeBase |
Set the codebase of the applet classes.
Get the codebase of the applet classes
void setArchives ( const QString& _archives )
| setArchives |
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 )
| setAppletName |
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 )
| setSize |
Set the size of the applet
Get the size of the applet
void setParameter ( const QString& name, const QString& value )
| setParameter |
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
bool getMember (const QString & name, JType & type, QString & value)
| getMember |
Get a member value of this applet, return true on success
void setWindowName ( const QString& title )
| setWindowName |
Set the window title for swallowing
QString& getWindowName ()
| getWindowName |
Get the window title this applet should use
void resizeAppletWidget ( int width, int height )
| resizeAppletWidget |
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
bool isCreated ()
| isCreated |
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 )
| setAppletId |
Set the applet ID.
Generated by: machbuild on jane.spidermaker.fedoralegacy.org on Sat Feb 26 09:59:32 2005, using kdoc 2.0a54. |