:: com :: sun :: star :: accessibility ::

unpublished service AccessBridge
Supported Interface
::com::sun::star::lang::XComponent
Usage Restrictions
not published
Description
The UNO <-> Java Access Bridge allows any native frame window to become accessible by implementing the XAccessible interface.

Therefor the UNO <-> Java Access Bridge utilizes the Java <-> Windows and Java <-> GNOME access bridge by registering the native frames as Java windows.

Since
OOo 1.1.2


Constructors' Summary
createWithToolkit  
Constructors' Details
createWithToolkit
createWithToolkit( [in] ::com::sun::star::awt::XExtendedToolkit  toolkit );


 
Top of Page