yu_ac_bg_etf_javaqx_qswing_JQTabbedPane.h

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

Copyright © 2007 ETF and contributors. All Rights Reserved.