yu_ac_bg_etf_javaqx_qswing_JQStatusBar.h

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

Copyright © 2007 ETF and contributors. All Rights Reserved.