class KJavaAppletContext

Provides a context for KJavaAppletWidgets. More...

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

Public Methods

Public Static Methods

Protected Members


Detailed Description

<H3>Change Log</H3>


 $Log: kjavaappletcontext.h,v $
 Revision 1.2  1999/12/14 19:56:59  rich
 Many fixes, see changelog

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


KJavaAppletContext ( KJavaAppletServer *server = 0 )

If server is zero then the default server is used.

KJavaAppletContext * getDefaultContext ()
[static]

Returns a singleton context. This should only be used for simple purposes, more complex applications require multiple contexts.