File: README

package info (click to toggle)
java-atk-wrapper 0.33.3-13%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,288 kB
  • sloc: ansic: 5,727; java: 1,365; makefile: 85; sh: 25
file content (16 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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