KHTML
KJavaApplet Class Reference
#include <kjavaapplet.h>

Detailed Description
Definition at line 50 of file kjavaapplet.h.
Member Enumeration Documentation
Definition at line 57 of file kjavaapplet.h.
Constructor & Destructor Documentation
| KJavaApplet::KJavaApplet | ( | KJavaAppletWidget * | _parent, | |
| KJavaAppletContext * | _context = 0 | |||
| ) |
Definition at line 49 of file kjavaapplet.cpp.
| KJavaApplet::~KJavaApplet | ( | ) |
Definition at line 64 of file kjavaapplet.cpp.
Member Function Documentation
| void KJavaApplet::setAppletContext | ( | KJavaAppletContext * | _context | ) |
| void KJavaApplet::setAppletClass | ( | const QString & | clazzName | ) |
Specify the name of the class file to run.
For example 'Lake.class'.
Definition at line 83 of file kjavaapplet.cpp.
| QString & KJavaApplet::appletClass | ( | ) |
Get the name of the Class file the applet should run.
Definition at line 88 of file kjavaapplet.cpp.
| void KJavaApplet::setBaseURL | ( | const QString & | base | ) |
| QString & KJavaApplet::baseURL | ( | ) |
get the Base URL of the document embedding the applet
Definition at line 113 of file kjavaapplet.cpp.
| void KJavaApplet::setCodeBase | ( | const QString & | codeBase | ) |
| QString & KJavaApplet::codeBase | ( | ) |
| void KJavaApplet::setArchives | ( | const QString & | _archives | ) |
Set the list of archives at the Applet's codebase to search in for class files and other resources.
Definition at line 138 of file kjavaapplet.cpp.
| QString & KJavaApplet::archives | ( | ) |
Get the list of Archives that should be searched for class files and other resources.
Definition at line 143 of file kjavaapplet.cpp.
| void KJavaApplet::setAppletName | ( | const QString & | name | ) |
Set the name the applet should be called in its context.
Definition at line 160 of file kjavaapplet.cpp.
| QString & KJavaApplet::appletName | ( | ) |
Get the name the applet should be called in its context.
Definition at line 175 of file kjavaapplet.cpp.
| void KJavaApplet::setSize | ( | QSize | size | ) |
| QSize KJavaApplet::size | ( | ) |
Look up the parameter value for the given Parameter.
Returns QString() if the name has not been set.
Definition at line 93 of file kjavaapplet.cpp.
| void KJavaApplet::setWindowName | ( | const QString & | title | ) |
| QString & KJavaApplet::getWindowName | ( | ) |
| void KJavaApplet::resizeAppletWidget | ( | int | width, | |
| int | height | |||
| ) |
| void KJavaApplet::create | ( | ) |
Send message to AppletServer to create this applet's frame to be swallowed and download the applet classes.
Definition at line 180 of file kjavaapplet.cpp.
| void KJavaApplet::init | ( | ) |
Send message to AppletServer to Initialize and show this applet.
Definition at line 187 of file kjavaapplet.cpp.
| bool KJavaApplet::isCreated | ( | ) |
Returns status of applet- whether it's been created or not.
Definition at line 72 of file kjavaapplet.cpp.
| void KJavaApplet::start | ( | ) |
| void KJavaApplet::stop | ( | ) |
| int KJavaApplet::appletId | ( | ) |
| void KJavaApplet::setAppletId | ( | int | id | ) |
| KJavaAppletContext* KJavaApplet::getContext | ( | ) | const [inline] |
Definition at line 204 of file kjavaapplet.h.
| void KJavaApplet::setUser | ( | const QString & | _user | ) | [inline] |
| const QString& KJavaApplet::user | ( | ) | const [inline] |
Definition at line 210 of file kjavaapplet.h.
| void KJavaApplet::setPassword | ( | const QString & | _password | ) | [inline] |
| const QString& KJavaApplet::password | ( | ) | const [inline] |
Definition at line 216 of file kjavaapplet.h.
| void KJavaApplet::setAuthName | ( | const QString & | _auth | ) | [inline] |
| const QString& KJavaApplet::authName | ( | ) | const [inline] |
Definition at line 222 of file kjavaapplet.h.
| void KJavaApplet::stateChange | ( | const int | newState | ) |
called from the protocol engine changes the status according to the one on the java side.
Do not call this yourself!
Definition at line 212 of file kjavaapplet.cpp.
| void KJavaApplet::setFailed | ( | ) |
Definition at line 267 of file kjavaapplet.cpp.
| KJavaApplet::AppletState KJavaApplet::state | ( | ) | const |
Definition at line 279 of file kjavaapplet.cpp.
| bool KJavaApplet::failed | ( | ) | const |
Definition at line 283 of file kjavaapplet.cpp.
| bool KJavaApplet::isAlive | ( | ) | const |
Definition at line 271 of file kjavaapplet.cpp.
| void KJavaApplet::jsData | ( | const QStringList & | args | ) | [inline] |
| void KJavaApplet::jsEvent | ( | const QStringList & | args | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference