yu_ac_bg_etf_javaqx_qswing_JQStatusBar.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQStatusBar.h  0.2.0 / 2007-11-13
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 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQSTATUSBAR_H
00010 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQSTATUSBAR_H
00011 
00012 #include <jni.h>
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif // __cplusplus
00017 
00018 /*
00019  * Header file for: yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00020  * 
00021  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00022  */
00023 
00024 
00025 /*
00026  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00027  * Method:    _create
00028  * Signature: ()J
00029  */
00030 JNIEXPORT jlong JNICALL
00031 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1create
00032   (JNIEnv *, jobject);
00033 
00034 /*
00035  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00036  * Method:    _showMessage
00037  * Signature: (JLjava/lang/String;I)V
00038  */
00039 JNIEXPORT void JNICALL
00040 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1showMessage
00041   (JNIEnv *, jobject, jlong, jstring, jint);
00042 
00043 /*
00044  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00045  * Method:    _clearMessage
00046  * Signature: (J)V
00047  */
00048 JNIEXPORT void JNICALL
00049 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1clearMessage
00050   (JNIEnv *, jobject, jlong);
00051 
00052 /*
00053  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00054  * Method:    _insertChild
00055  * Signature: (JJI)V
00056  */
00057 JNIEXPORT void JNICALL
00058 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1insertChild
00059   (JNIEnv *, jobject, jlong, jlong, jint);
00060 
00061 /*
00062  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00063  * Method:    _insertPermanentChild
00064  * Signature: (JJI)V
00065  */
00066 JNIEXPORT void JNICALL
00067 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1insertPermanentChild
00068   (JNIEnv *, jobject, jlong, jlong, jint);
00069 
00070 /*
00071  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00072  * Method:    _removeChild
00073  * Signature: (JJ)V
00074  */
00075 JNIEXPORT void JNICALL
00076 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1removeChild
00077   (JNIEnv *, jobject, jlong, jlong);
00078 
00079 /*
00080  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00081  * Method:    _setSizeGripEnabled
00082  * Signature: (JZ)V
00083  */
00084 JNIEXPORT void JNICALL
00085 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1setSizeGripEnabled
00086   (JNIEnv *, jobject, jlong, jboolean);
00087 
00088 /*
00089  * Class:     yu_ac_bg_etf_javaqx_qswing_JQStatusBar
00090  * Method:    _initialize
00091  * Signature: ()V
00092  */
00093 JNIEXPORT void JNICALL
00094 Java_yu_ac_bg_etf_javaqx_qswing_JQStatusBar__1initialize
00095   (JNIEnv *, jclass);
00096 
00097 #ifdef __cplusplus
00098 }
00099 #endif // __cplusplus
00100 
00101 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQSTATUSBAR_H
00102 
00103 /*^*****************************************************************************
00104   File History:
00105 
00106  - 2007-11-13 19:53:17 JavaQx Native Generator
00107    Initial version
00108 
00109 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.