yu_ac_bg_etf_javaqx_qswing_JQFrame.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQFrame.h  0.2.0 / 2008-01-05
00003  *
00004  * Copyright (c) 2007, ETF and contributors. All rights reserved.
00005  *
00006  * This software is licensed under the LGPL, version 2.1, license.
00007  * A copy of the license is included in the file LICENSE-LGPL.txt.
00008 
00009  */
00010 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQFRAME_H
00011 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQFRAME_H
00012 
00013 #include <jni.h>
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif // __cplusplus
00018 
00019 /*
00020  * Header file for: yu_ac_bg_etf_javaqx_qswing_JQFrame
00021  * 
00022  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00023  */
00024 
00025 /*
00026  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00027  * Method:    _create
00028  * Signature: ()J
00029  */
00030 JNIEXPORT jlong JNICALL
00031 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1create
00032   (JNIEnv *, jobject);
00033 
00034 /*
00035  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00036  * Method:    _setMenuBar
00037  * Signature: (JJ)V
00038  */
00039 JNIEXPORT void JNICALL
00040 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1setMenuBar
00041   (JNIEnv *, jobject, jlong, jlong);
00042 
00043 /*
00044  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00045  * Method:    _addToolBar
00046  * Signature: (JJ)V
00047  */
00048 JNIEXPORT void JNICALL
00049 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1addToolBar
00050   (JNIEnv *, jobject, jlong, jlong);
00051 
00052 /*
00053  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00054  * Method:    _removeToolBar
00055  * Signature: (JJ)V
00056  */
00057 JNIEXPORT void JNICALL
00058 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1removeToolBar
00059   (JNIEnv *, jobject, jlong, jlong);
00060 
00061 /*
00062  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00063  * Method:    _setContentPane
00064  * Signature: (JJ)V
00065  */
00066 JNIEXPORT void JNICALL
00067 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1setContentPane
00068   (JNIEnv *, jobject, jlong, jlong);
00069 
00070 /*
00071  * Class:     yu_ac_bg_etf_javaqx_qswing_JQFrame
00072  * Method:    _setStatusBar
00073  * Signature: (JJ)V
00074  */
00075 JNIEXPORT void JNICALL
00076 Java_yu_ac_bg_etf_javaqx_qswing_JQFrame__1setStatusBar
00077   (JNIEnv *, jobject, jlong, jlong);
00078 
00079 #ifdef __cplusplus
00080 }
00081 #endif // __cplusplus
00082 
00083 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQFRAME_H
00084 
00085 /*^*****************************************************************************
00086   File History:
00087 
00088  - 2008-01-05 12:03:17 JavaQx Native Generator
00089    Initial version
00090 
00091 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.