src/share/classes/javax/accessibility/AccessibleContext.java

Print this page

        

*** 294,304 **** * specifying the old text and the newValue is an AccessibleTextSequence * specifying the new text. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see #AccessibleText.AccessibleTextSequence */ public static final String ACCESSIBLE_TEXT_PROPERTY = "AccessibleText"; /** --- 294,304 ---- * specifying the old text and the newValue is an AccessibleTextSequence * specifying the new text. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see AccessibleTextSequence */ public static final String ACCESSIBLE_TEXT_PROPERTY = "AccessibleText"; /**
*** 309,319 **** * null and the newValue is the component whose children have * become invalid. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see #AccessibleText.AccessibleTextSequence * * @since 1.5 */ public static final String ACCESSIBLE_INVALIDATE_CHILDREN = "accessibleInvalidateChildren"; --- 309,319 ---- * null and the newValue is the component whose children have * become invalid. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see AccessibleTextSequence * * @since 1.5 */ public static final String ACCESSIBLE_INVALIDATE_CHILDREN = "accessibleInvalidateChildren";
*** 332,342 **** * specifying the old attributes and the newValue is an * AccessibleAttributeSequence specifying the new attributes. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see #AccessibleText.AccessibleAttributeSequence * * @since 1.5 */ public static final String ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED = "accessibleTextAttributesChanged"; --- 332,342 ---- * specifying the old attributes and the newValue is an * AccessibleAttributeSequence specifying the new attributes. * * @see #getAccessibleText * @see #addPropertyChangeListener ! * @see AccessibleAttributeSequence * * @since 1.5 */ public static final String ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED = "accessibleTextAttributesChanged";