yu_ac_bg_etf_javaqx_qswing_JQTextComponent.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQTextComponent.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_JQTEXTCOMPONENT_H
00011 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQTEXTCOMPONENT_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_JQTextComponent
00021  * 
00022  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00023  */
00024 
00025 /*
00026  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00027  * Method:    _setDocument
00028  * Signature: (JLyu/ac/bg/etf/javaqx/qswing/text/TextDocument;)V
00029  */
00030 JNIEXPORT void JNICALL
00031 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1setDocument
00032   (JNIEnv *, jobject, jlong, jobject);
00033 
00034 /*
00035  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00036  * Method:    _setEditable
00037  * Signature: (JZ)V
00038  */
00039 JNIEXPORT void JNICALL
00040 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1setEditable
00041   (JNIEnv *, jobject, jlong, jboolean);
00042 
00043 /*
00044  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00045  * Method:    _insertText
00046  * Signature: (JLjava/lang/String;)V
00047  */
00048 JNIEXPORT void JNICALL
00049 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1insertText
00050   (JNIEnv *, jobject, jlong, jstring);
00051 
00052 /*
00053  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00054  * Method:    _cut
00055  * Signature: (J)V
00056  */
00057 JNIEXPORT void JNICALL
00058 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1cut
00059   (JNIEnv *, jobject, jlong);
00060 
00061 /*
00062  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00063  * Method:    _copy
00064  * Signature: (J)V
00065  */
00066 JNIEXPORT void JNICALL
00067 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1copy
00068   (JNIEnv *, jobject, jlong);
00069 
00070 /*
00071  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00072  * Method:    _paste
00073  * Signature: (J)V
00074  */
00075 JNIEXPORT void JNICALL
00076 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1paste
00077   (JNIEnv *, jobject, jlong);
00078 
00079 /*
00080  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00081  * Method:    _clear
00082  * Signature: (J)V
00083  */
00084 JNIEXPORT void JNICALL
00085 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1clear
00086   (JNIEnv *, jobject, jlong);
00087 
00088 /*
00089  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00090  * Method:    _selectAll
00091  * Signature: (J)V
00092  */
00093 JNIEXPORT void JNICALL
00094 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1selectAll
00095   (JNIEnv *, jobject, jlong);
00096 
00097 /*
00098  * Class:     yu_ac_bg_etf_javaqx_qswing_JQTextComponent
00099  * Method:    _initialize
00100  * Signature: ()V
00101  */
00102 JNIEXPORT void JNICALL
00103 Java_yu_ac_bg_etf_javaqx_qswing_JQTextComponent__1initialize
00104   (JNIEnv *, jclass);
00105 
00106 #ifdef __cplusplus
00107 }
00108 #endif // __cplusplus
00109 
00110 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQTEXTCOMPONENT_H
00111 
00112 /*^*****************************************************************************
00113   File History:
00114 
00115  - 2008-01-05 12:03:16 JavaQx Native Generator
00116    Initial version
00117 
00118 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.