< prev index next >

modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

*** 374,384 **** */ INDEX(Integer.class), /** * Returns the node that is the label for this node. ! * <p>When {@link javafx.scene.control.Label#labelFor} is set, * the default implementation of {@code LABELED_BY} uses this * relationship to return the appropriate node to the screen * reader.</p> * <ul> * <li>Used by: Node </li> --- 374,384 ---- */ INDEX(Integer.class), /** * Returns the node that is the label for this node. ! * <p>When {@link javafx.scene.control.Label#labelForProperty() labelFor} is set, * the default implementation of {@code LABELED_BY} uses this * relationship to return the appropriate node to the screen * reader.</p> * <ul> * <li>Used by: Node </li>
< prev index next >