1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_awt_X11InputMethodBase */ |
4 | |
5 | #ifndef _Included_sun_awt_X11InputMethodBase |
6 | #define _Included_sun_awt_X11InputMethodBase |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_awt_X11InputMethodBase_XIMReverse |
11 | #define sun_awt_X11InputMethodBase_XIMReverse 1L |
12 | #undef sun_awt_X11InputMethodBase_XIMUnderline |
13 | #define sun_awt_X11InputMethodBase_XIMUnderline 2L |
14 | #undef sun_awt_X11InputMethodBase_XIMHighlight |
15 | #define sun_awt_X11InputMethodBase_XIMHighlight 4L |
16 | #undef sun_awt_X11InputMethodBase_XIMPrimary |
17 | #define sun_awt_X11InputMethodBase_XIMPrimary 32L |
18 | #undef sun_awt_X11InputMethodBase_XIMSecondary |
19 | #define sun_awt_X11InputMethodBase_XIMSecondary 64L |
20 | #undef sun_awt_X11InputMethodBase_XIMTertiary |
21 | #define sun_awt_X11InputMethodBase_XIMTertiary 128L |
22 | #undef sun_awt_X11InputMethodBase_XIMVisibleToForward |
23 | #define sun_awt_X11InputMethodBase_XIMVisibleToForward 256L |
24 | #undef sun_awt_X11InputMethodBase_XIMVisibleToBackward |
25 | #define sun_awt_X11InputMethodBase_XIMVisibleToBackward 512L |
26 | #undef sun_awt_X11InputMethodBase_XIMVisibleCenter |
27 | #define sun_awt_X11InputMethodBase_XIMVisibleCenter 1024L |
28 | #undef sun_awt_X11InputMethodBase_XIMVisibleMask |
29 | #define sun_awt_X11InputMethodBase_XIMVisibleMask 1792L |
30 | #undef sun_awt_X11InputMethodBase_INITIAL_SIZE |
31 | #define sun_awt_X11InputMethodBase_INITIAL_SIZE 64L |
32 | /* |
33 | * Class: sun_awt_X11InputMethodBase |
34 | * Method: initIDs |
35 | * Signature: ()V |
36 | */ |
37 | JNIEXPORT void JNICALL Java_sun_awt_X11InputMethodBase_initIDs |
38 | (JNIEnv *, jclass); |
39 | |
40 | /* |
41 | * Class: sun_awt_X11InputMethodBase |
42 | * Method: turnoffStatusWindow |
43 | * Signature: ()V |
44 | */ |
45 | JNIEXPORT void JNICALL Java_sun_awt_X11InputMethodBase_turnoffStatusWindow |
46 | (JNIEnv *, jobject); |
47 | |
48 | /* |
49 | * Class: sun_awt_X11InputMethodBase |
50 | * Method: disposeXIC |
51 | * Signature: ()V |
52 | */ |
53 | JNIEXPORT void JNICALL Java_sun_awt_X11InputMethodBase_disposeXIC |
54 | (JNIEnv *, jobject); |
55 | |
56 | /* |
57 | * Class: sun_awt_X11InputMethodBase |
58 | * Method: resetXIC |
59 | * Signature: ()Ljava/lang/String; |
60 | */ |
61 | JNIEXPORT jstring JNICALL Java_sun_awt_X11InputMethodBase_resetXIC |
62 | (JNIEnv *, jobject); |
63 | |
64 | /* |
65 | * Class: sun_awt_X11InputMethodBase |
66 | * Method: setCompositionEnabledNative |
67 | * Signature: (Z)Z |
68 | */ |
69 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11InputMethodBase_setCompositionEnabledNative |
70 | (JNIEnv *, jobject, jboolean); |
71 | |
72 | /* |
73 | * Class: sun_awt_X11InputMethodBase |
74 | * Method: isCompositionEnabledNative |
75 | * Signature: ()Z |
76 | */ |
77 | JNIEXPORT jboolean JNICALL Java_sun_awt_X11InputMethodBase_isCompositionEnabledNative |
78 | (JNIEnv *, jobject); |
79 | |
80 | #ifdef __cplusplus |
81 | } |
82 | #endif |
83 | #endif |
84 | |