class KJavaApplet

A Java applet. More...

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

Public Methods


Detailed Description

 KJavaApplet ( KJavaAppletContext *context = 0 )

KJavaApplet ()

[virtual]

void  setAppletClass ( const QString &clazzName )

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

QStringappletClass ()

void  setJARFile ( const QString &jar )

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

QStringjarFile ()

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

Specify a parameter to be passed to the applet.

QStringparameter ( const QString &name )

void  setBaseURL ( const QString &base )

Set the URL of the document embedding the applet.

QStringbaseURL ()

void  setCodeBase ( const QString &codeBase )

Set the codebase of the applet classes.

QStringcodeBase ()

void  setAppletName ( const QString &name )

QStringappletName ()

void  setSize ( QSize size )

Set the URL of the document embedding the applet.

QSize  size ()

void  create ()

bool  isCreated ()

void  show ( const QString &title )

void  start ()

Run the applet.

void  stop ()

Pause the applet.

int  appletId ()

void  setAppletId ( int id )