class KJavaAppletContext

Communicates with a KJAS server to display and control Java applets. More...

Definition#include <kjavaappletcontext.h>
InheritsQObject [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Slots

Protected Members


Detailed Description

 KJavaAppletContext ()

 ~KJavaAppletContext ()

int  contextId ()

Returns the ID of this context.

void  setContextId ( int id )

Sets the ID of this context.

void  create ( KJavaApplet* )

Sends a message to create the applet.

void  destroy ( KJavaApplet* )

Sends a message to destroy the applet.

void  init ( KJavaApplet* )

Sends a message to initialize the applet.

void  start ( KJavaApplet* )

Sends a message to start the applet.

void  stop ( KJavaApplet* )

Sends a message to stop the applet.

void  processCmd ( QString cmd, QStringList args )

use this for applet call backs, the AppletServer calls this directly.

void  showStatus ( const QString& txt )

[signal]

Signals the KHMTL Part to show this as the status message.

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

[signal]

Signals the KHTML Part to show a url in a given target

static int contextCount

[protected: ]

KJavaAppletServer* server

[protected: ]

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

[protected slots: slot]