class KJavaApplet

A Java applet. More...

Definition#include <kjavaappletcontext.h>
InheritsQObject (kdecore)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

<H3>Change Log</H3>


 $Log: kjavaapplet.h,v $
 Revision 1.5  2000/01/27 23:41:56  rogozin
 All applet parameters are passed to KJAS now
 Next step - make use of them.

 Revision 1.4  1999/12/14 19:56:59  rich
 Many fixes, see changelog

 Revision 1.3  1999/10/09 18:09:52  rich
 Const QString fixes

 Revision 1.2  1999/10/09 11:20:55  rich
 Const clean and no longer needs KWMModuleApp

 Revision 1.1.1.1  1999/07/22 17:28:06  rich
 This is a current snapshot of my work on adding Java support
 to KDE. Applets now work!


void setAppletClass ( const QString &clazzName )

Specify the name of the class file to run. For example 'Lake.class'.

void setJARFile ( const QString &jar )

Specify the location of the jar file containing the class. (unimplemented)

void setParameter ( const QString &name, const QString &value )

Specify a parameter to be passed to the applet.

void setBaseURL ( const QString &base )

Set the URL of the document embedding the applet.

void setCodeBase ( const QString &codeBase )

Set the codebase of the applet classes.

void setSize ( QSize size )

Set the URL of the document embedding the applet.

void start ()

Run the applet.

void stop ()

Pause the applet.