yu_ac_bg_etf_javaqx_qswing_JQSeparator.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQSeparator.h  0.2.0 / 2007-12-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 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQSEPARATOR_H
00010 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQSEPARATOR_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_JQSeparator
00020  * 
00021  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00022  */
00023 
00024 #undef yu_ac_bg_etf_javaqx_qswing_JQSeparator_DEFAULT_ORIENTATION
00025 #define yu_ac_bg_etf_javaqx_qswing_JQSeparator_DEFAULT_ORIENTATION HORIZONTAL
00026 
00027 /*
00028  * Class:     yu_ac_bg_etf_javaqx_qswing_JQSeparator
00029  * Method:    _create
00030  * Signature: ()J
00031  */
00032 JNIEXPORT jlong JNICALL
00033 Java_yu_ac_bg_etf_javaqx_qswing_JQSeparator__1create
00034   (JNIEnv *, jobject);
00035 
00036 /*
00037  * Class:     yu_ac_bg_etf_javaqx_qswing_JQSeparator
00038  * Method:    _setOrientation
00039  * Signature: (JI)V
00040  */
00041 JNIEXPORT void JNICALL
00042 Java_yu_ac_bg_etf_javaqx_qswing_JQSeparator__1setOrientation
00043   (JNIEnv *, jobject, jlong, jint);
00044 
00045 /*
00046  * Class:     yu_ac_bg_etf_javaqx_qswing_JQSeparator
00047  * Method:    _setText
00048  * Signature: (JLjava/lang/String;)V
00049  */
00050 JNIEXPORT void JNICALL
00051 Java_yu_ac_bg_etf_javaqx_qswing_JQSeparator__1setText
00052   (JNIEnv *, jobject, jlong, jstring);
00053 
00054 /*
00055  * Class:     yu_ac_bg_etf_javaqx_qswing_JQSeparator
00056  * Method:    _initialize
00057  * Signature: ()V
00058  */
00059 JNIEXPORT void JNICALL
00060 Java_yu_ac_bg_etf_javaqx_qswing_JQSeparator__1initialize
00061   (JNIEnv *, jclass);
00062 
00063 #ifdef __cplusplus
00064 }
00065 #endif // __cplusplus
00066 
00067 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQSEPARATOR_H
00068 
00069 /*^*****************************************************************************
00070   File History:
00071 
00072  - 2007-12-05 11:58:45 JavaQx Native Generator
00073    Initial version
00074 
00075 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.