KJavaApplet Class Reference

[KDE Java Index] [KDE Java Hierarchy] [Headers]


A Java applet More...

#include <kjavaapplet.h>

Inherits: QObject

Public Members

Private Members


Detailed Description

Change Log

 $Log$
 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( QString clazzName ) [public]

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

void setJARFile( QString jar ) [public]

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

void setParameter( QString name, QString value ) [public]

Specify a parameter to be passed to the applet.

void setBaseURL( QString base ) [public]

Set the URL of the document embedding the applet.

void start() [public]

Run the applet.

void stop() [public]

Pause the applet.


  • Author: Richard J. Moore, rich@kde.org
  • Version: $Id: KJavaApplet.html 26654 1999-07-29 18:19:45Z rich $
  • Documentation generated by rich@pegasus on Tue Jul 27 00:15:43 BST 1999
Kdoc