Overview

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

Architecture

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, the Java side library that listens to Swing events, and the C side library that converts Swing events into GSignals and talks to ATK-Bridge.

Project Status

May 21, 2009

Ke Wang has just finished the initial coding job of JAW, and Tim Miao is working on the test plan.

Accessibility/JavaATKWrapper (last edited 2009-05-21 08:35:54 by kewang)