yu_ac_bg_etf_javaqx_qswing_JQTextComponent.h

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

Copyright © 2007 ETF and contributors. All Rights Reserved.