#include <ContentPaneBridge.h>
Public Member Functions | |
QSize | getLayoutPreferredSize () |
Returns layout's preferred size. | |
Static Public Member Functions | |
static void | initialize (JNIEnv *env, jclass cls) |
Initializes ContentPaneBridge class. | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
ContentPaneBridge (JNIEnv *env, jobject obj) | |
Constructs new ContentPaneBridge object. |
ContentPaneBridge::ContentPaneBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new ContentPaneBridge object.
env | the JNIEnv pointer | |
obj | the ContentPane object |
void ContentPaneBridge::initialize | ( | JNIEnv * | env, | |
jclass | cls | |||
) | [static] |
Initializes ContentPaneBridge class.
env | the JNIEnv pointer | |
cls | the ContentPan class |
FatalError | if failed |
Reimplemented from JQContainerBridge.
jlong ContentPaneBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |
Reimplemented from JQContainerBridge.