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

Signals

Public Static Methods

Protected Slots

Protected Members


Detailed Description

 KJavaAppletContext ()

If server is zero then the default server is used.

KJavaAppletContext ()

KJavaAppletContextgetDefaultContext ()

[static]

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

int  contextId ()

void  setContextId ( int id )

void  create ( KJavaApplet * )

void  destroy ( KJavaApplet * )

void  setParameter ( KJavaApplet *applet, const QString &name, const QString &value )

void  show ( KJavaApplet *, const QString &title )

void  start ( KJavaApplet * )

void  stop ( KJavaApplet * )

void  showStatus ( const QString &txt )

[signal]

void  showDocument ( const QString &url, const QString &target )

[signal]

KJavaAppletServer * server

[protected]

void  received ( const QString &cmd, const QStringList &arg )

[protected slot]