0% found this document useful (0 votes)
12 views

Java Accessibility Overview

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Java Accessibility Overview

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Accessibility Overview 26/06/24, 23:16

Java Accessibility Guide Search

/ Java SE / ))

va Accessibility Guide

Title and Copyright Information ) Java Accessibility Overview


Preface Java SE provides Java Access Bridge, Java Accessibility API (JAAPI), and Java Accessibility Utilities to enabl
create accessible applications.
) Java Accessibility Overview
Topics
U Java Access Bridge Overview
Java Access Bridge
V Enabling and Testing Java
Access Bridge Java Accessibility API
W Java Access Bridge Java Accessibility Utilities
Architecture
Pluggable Look and Feel
X Java Access Bridge API
Java Access Bridge
Y Accessibility Properties
Java Access Bridge enables certain Java applications to be visible to assistive technologies on Microsoft Wi
Z Java Accessibility Utilities
Enabling and Testing Java Access Bridge.
Overview

Java Accessibility API


The Java Accessibility API (JAAPI), contained in the javax.accessibility package, is one of the core p
Java Foundation Classes (JFC). The JFCs are a comprehensive set of graphical user interface components a
foundation services designed to simplify deployment of Internet, intranet and desktop applications. JAAPI
you to create Java applications that are accessible to persons with disabilities. Accessible Java applications
compatible with assistive technologies, such as screen readers, screen magniNers, speech recognition syste
refreshable braille displays. The JAAPI makes GUI component information available to assistive technologie
users alternative presentation and control of Java applications.

Support for JAAPI is built into Swing components; see How to Support Assistive Technologies in The Java T
(Java SE R and earlier).

Java Accessibility Utilities


Java Accessibility Utilities, which is contained in the package com.sun.java.accessibility.util, is a
utility classes that help assistive technologies provide access to GUI toolkits that implement the Java Acces
Java Accessibility Utilities monitor events related to UI components. They also help assistive technologies g
additional information about a GUI, such as the current position of the mouse, or the window that currently
See Java Accessibility Utilities Overview.

Pluggable Look and Feel


The Java Foundation Classes implement a Pluggable Look and Feel architecture. This architecture allows n
manifestations of a user interface to replace or enhance the visual presentation of an application. The expr
the user interface is separated from the underlying structure and data of each individual component. This
accomplished by separating the user interface of the component from its model. The model of a compone
https://docs.oracle.com/en/java/javase/11/access/java-accessibility-overview.html#JSACC-GUID-17F9FD40-E191-41CE-BCF9-D956F1EF5111 Página 1 de 2
Java Accessibility Overview 26/06/24, 23:16

accomplished by separating the user interface of the component from its model. The model of a compone
structure which encapsulates the state and information that is presented to the user by the user interface. F
information on this architecture, see About the JFC and Swing in The Java Tutorials (Java SE R and earlier).

 Previous Page Next Page 

© Oracle About Oracle Contact Us Products A-Z Terms of Use & Privacy Cookie Preferences Ad Choices

https://docs.oracle.com/en/java/javase/11/access/java-accessibility-overview.html#JSACC-GUID-17F9FD40-E191-41CE-BCF9-D956F1EF5111 Página 2 de 2

You might also like