Go to file
zhouganqing 6ea7e6b750 changed debian/source/format to native 2022-09-23 10:44:18 +08:00
config Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
debian changed debian/source/format to native 2022-09-23 10:44:18 +08:00
jni Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
m4 Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
wrapper Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
AUTHORS Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
COPYING.LESSER Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
ChangeLog Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
INSTALL Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
JavaInfo.java Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
Makefile.am Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
Makefile.in Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
NEWS Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
README Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
acinclude.m4 Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
aclocal.m4 Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
config.h.in Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
configure Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00
configure.ac Import Upstream version 0.38.0 2022-09-23 10:44:17 +08:00

README

Java ATK Wrapper is a implementation of ATK by using JNI technic.
It converts Java Swing events into ATK events, and sends these events to
ATK-Bridge.

JAW is part of the Bonobo deprecation project. By talking to ATK-Bridge, it
keeps itself from being affected by the change of underlying communication
mechanism.

JAW consists of two major parts:

wrapper:  the Java library that listens to Swing events, and adapting JAAPI
          to fit the interfaces of ATK

jni:      the C library that converts Swing events into GSignals and talks
          to ATK-Bridge