< prev index next >

src/java.desktop/share/classes/javax/accessibility/package-info.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 55,65 **** * {@code getAccessibleContext} method on an object that implements the * <a href="#Accessible">Accessible</a> interface. This information includes the * accessible name, description, <a href="#AccessibleRole">role</a>, and * <a href="#AccessibleState">state</a> of the object, as well as information * about the parent and children of the object.&nbsp; In addition, ! * JavaBeans&trade; property change support is also included to allow assistive * technologies learn when the values of the accessible properties change. * AccessibleContext also contains methods for obtaining more specific * accessibility information about a component. If the component supports it, * these methods will return an object that implements one or more of the * following interfaces: --- 55,65 ---- * {@code getAccessibleContext} method on an object that implements the * <a href="#Accessible">Accessible</a> interface. This information includes the * accessible name, description, <a href="#AccessibleRole">role</a>, and * <a href="#AccessibleState">state</a> of the object, as well as information * about the parent and children of the object.&nbsp; In addition, ! * JavaBeans property change support is also included to allow assistive * technologies learn when the values of the accessible properties change. * AccessibleContext also contains methods for obtaining more specific * accessibility information about a component. If the component supports it, * these methods will return an object that implements one or more of the * following interfaces:
< prev index next >