yu_ac_bg_etf_javaqx_qswing_JQSeparator.h

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

Copyright © 2007 ETF and contributors. All Rights Reserved.