yu_ac_bg_etf_javaqx_qswing_JQTabbedPane.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQTabbedPane.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_JQTABBEDPANE_H
00011 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQTABBEDPANE_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_JQTabbedPane
00021  * 
00022  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00023  */
00024 
00025 /*
00026  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00027  * Method:    _create
00028  * Signature: ()J
00029  */
00030 JNIEXPORT jlong JNICALL
00031 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1create
00032   (JNIEnv *, jobject);
00033 
00034 /*
00035  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00036  * Method:    _insertTab
00037  * Signature: (JJILjava/lang/String;)V
00038  */
00039 JNIEXPORT void JNICALL
00040 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1insertTab
00041   (JNIEnv *, jobject, jlong, jlong, jint, jstring);
00042 
00043 /*
00044  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00045  * Method:    _removeChild
00046  * Signature: (JJ)V
00047  */
00048 JNIEXPORT void JNICALL
00049 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1removeChild
00050   (JNIEnv *, jobject, jlong, jlong);
00051 
00052 /*
00053  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00054  * Method:    _setTabPlacement
00055  * Signature: (JI)V
00056  */
00057 JNIEXPORT void JNICALL
00058 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabPlacement
00059   (JNIEnv *, jobject, jlong, jint);
00060 
00061 /*
00062  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00063  * Method:    _setTabEnabled
00064  * Signature: (JIZ)V
00065  */
00066 JNIEXPORT void JNICALL
00067 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabEnabled
00068   (JNIEnv *, jobject, jlong, jint, jboolean);
00069 
00070 /*
00071  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00072  * Method:    _setTabTitleText
00073  * Signature: (JILjava/lang/String;)V
00074  */
00075 JNIEXPORT void JNICALL
00076 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabTitleText
00077   (JNIEnv *, jobject, jlong, jint, jstring);
00078 
00079 /*
00080  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00081  * Method:    _setTabToolTipText
00082  * Signature: (JILjava/lang/String;)V
00083  */
00084 JNIEXPORT void JNICALL
00085 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabToolTipText
00086   (JNIEnv *, jobject, jlong, jint, jstring);
00087 
00088 /*
00089  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00090  * Method:    _setTabWhatsThisText
00091  * Signature: (JILjava/lang/String;)V
00092  */
00093 JNIEXPORT void JNICALL
00094 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabWhatsThisText
00095   (JNIEnv *, jobject, jlong, jint, jstring);
00096 
00097 /*
00098  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00099  * Method:    _setTabIcon
00100  * Signature: (JILyu/ac/bg/etf/javaqx/qswing/QSwingIconSet;)V
00101  */
00102 JNIEXPORT void JNICALL
00103 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setTabIcon
00104   (JNIEnv *, jobject, jlong, jint, jobject);
00105 
00106 /*
00107  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00108  * Method:    _setCurrentIndex
00109  * Signature: (JI)V
00110  */
00111 JNIEXPORT void JNICALL
00112 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1setCurrentIndex
00113   (JNIEnv *, jobject, jlong, jint);
00114 
00115 /*
00116  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTabbedPane
00117  * Method:    _initialize
00118  * Signature: ()V
00119  */
00120 JNIEXPORT void JNICALL
00121 Java_yu_ac_bg_etf_javaqx_qswing_JQTabbedPane__1initialize
00122   (JNIEnv *, jclass);
00123 
00124 #ifdef __cplusplus
00125 }
00126 #endif // __cplusplus
00127 
00128 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQTABBEDPANE_H
00129 
00130 /*^*****************************************************************************
00131   File History:
00132 
00133  - 2008-01-05 12:03:17 JavaQx Native Generator
00134    Initial version
00135 
00136 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.