KJavaAppletServer Class Reference
[KDE Java Index] [KDE Java Hierarchy]
[Headers]
An interface to the KJAS server.
More...
#include <kjavaappletserver.h>
Inherits: QObject
Public Members
- KJavaAppletServer ()
- static KJavaAppletServer* getDefaultServer ()
- void createContext ( int contextId )
- void destroyContext ( int contextId )
- void createApplet ( int contextId, int appletId,
QString name, QString clazzName,
QString base )
- void destroyApplet ( int contextId, int appletId )
- void startApplet ( int contextId, int appletId )
- void stopApplet ( int contextId, int appletId )
- void setParameter ( int contextId, int appletId,
QString name, QString value )
- void showApplet ( int contextId, int appletId,
QString title )
- void quit ()
- int makeContextId ()
Protected Members
Private Members
This class provides an API for interacting with the KJAS server.
It is not normally used directly because the KJavaAppletWidget
and KJavaAppletContext classes provide a much simpler API.
- Author: Richard J. Moore, rich@kde.org
- Version: $Id: KJavaAppletServer.html 26654 1999-07-29 18:19:45Z rich $
- Documentation generated by rich@pegasus on Tue Jul 27 00:15:43 BST 1999
|
Kdoc
|