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

Print this page

        

@@ -294,11 +294,11 @@
      * specifying the old text and the newValue is an AccessibleTextSequence
      * specifying the new text.
      *
      * @see #getAccessibleText
      * @see #addPropertyChangeListener
-     * @see #AccessibleText.AccessibleTextSequence
+     * @see AccessibleTextSequence
      */
     public static final String ACCESSIBLE_TEXT_PROPERTY
         = "AccessibleText";
 
     /**

@@ -309,11 +309,11 @@
      * null and the newValue is the component whose children have
      * become invalid.
      *
      * @see #getAccessibleText
      * @see #addPropertyChangeListener
-     * @see #AccessibleText.AccessibleTextSequence
+     * @see AccessibleTextSequence
      *
      * @since 1.5
      */
     public static final String ACCESSIBLE_INVALIDATE_CHILDREN =
         "accessibleInvalidateChildren";

@@ -332,11 +332,11 @@
      * specifying the old attributes and the newValue is an
      * AccessibleAttributeSequence specifying the new attributes.
      *
      * @see #getAccessibleText
      * @see #addPropertyChangeListener
-     * @see #AccessibleText.AccessibleAttributeSequence
+     * @see AccessibleAttributeSequence
      *
      * @since 1.5
      */
     public static final String ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED =
         "accessibleTextAttributesChanged";