⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mywindow.h

📁 一个可用delphi来开发java的JNI开发包delphi接口
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class MyWindow */#ifndef _Included_MyWindow#define _Included_MyWindow
#ifdef __cplusplusextern "C" {#endif
#undef MyWindow_FOCUS_TRAVERSABLE_UNKNOWN#define MyWindow_FOCUS_TRAVERSABLE_UNKNOWN 0L
#undef MyWindow_FOCUS_TRAVERSABLE_DEFAULT#define MyWindow_FOCUS_TRAVERSABLE_DEFAULT 1L
#undef MyWindow_FOCUS_TRAVERSABLE_SET#define MyWindow_FOCUS_TRAVERSABLE_SET 2L
/* Inaccessible static: focusTraversalKeyPropertyNames */
/* Inaccessible static: LOCK */
/* Inaccessible static: dbg */
/* Inaccessible static: isInc */
/* Inaccessible static: incRate */
#undef MyWindow_TOP_ALIGNMENT#define MyWindow_TOP_ALIGNMENT 0.0f
#undef MyWindow_CENTER_ALIGNMENT#define MyWindow_CENTER_ALIGNMENT 0.5f
#undef MyWindow_BOTTOM_ALIGNMENT#define MyWindow_BOTTOM_ALIGNMENT 1.0f
#undef MyWindow_LEFT_ALIGNMENT#define MyWindow_LEFT_ALIGNMENT 0.0f
#undef MyWindow_RIGHT_ALIGNMENT#define MyWindow_RIGHT_ALIGNMENT 1.0f
#undef MyWindow_serialVersionUID#define MyWindow_serialVersionUID -7644114512714619750i64
/* Inaccessible static: metrics */
/* Inaccessible static: class_00024java_00024awt_00024Component */
/* Inaccessible static: class_00024java_00024awt_00024event_00024ComponentListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024FocusListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyBoundsListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024KeyListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024MouseListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024MouseMotionListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024MouseWheelListener */
/* Inaccessible static: class_00024java_00024awt_00024event_00024InputMethodListener */
/* Inaccessible static: class_00024java_00024beans_00024PropertyChangeListener */
/* Inaccessible static: nameCounter */
#undef MyWindow_serialVersionUID#define MyWindow_serialVersionUID -2284879212465893870i64
/*
 * Class:     MyWindow
 * Method:    paint
 * Signature: (Ljava/awt/Graphics;)V
 */
JNIEXPORT void JNICALL Java_MyWindow_paint
  (JNIEnv *, jobject, jobject);
#ifdef __cplusplus}#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -