< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/Hyperlink.java

Print this page

        

*** 103,112 **** --- 103,113 ---- * Properties * * * **************************************************************************/ /** * Indicates whether this link has already been "visited". + * @return true if this link has already been "visited" */ public final BooleanProperty visitedProperty() { if (visited == null) { visited = new BooleanPropertyBase() { @Override protected void invalidated() {
< prev index next >