#include <PlainDocumentBridge.h>
Public Member Functions | |
PlainDocument * | plainDocument () const |
Returns PlainDocument adaptee. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
PlainDocumentBridge (JNIEnv *env, jobject obj) | |
Constructs new PlainDocumentBridge object. |
PlainDocumentBridge::PlainDocumentBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new PlainDocumentBridge object.
env | the JNIEnv pointer | |
obj | the PlainDocument object |
jlong PlainDocumentBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
PlainDocument * PlainDocumentBridge::plainDocument | ( | ) | const [inline] |