< prev index next >

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

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

@@ -47,11 +47,11 @@
 import javafx.beans.property.BooleanProperty;
 import javafx.beans.property.SimpleBooleanProperty;
 
 /**
  * <p>
- * A popup control containing an ObservableList of menu items. The {@link #items}
+ * A popup control containing an ObservableList of menu items. The {@link #getItems() items}
  * ObservableList allows for any {@link MenuItem} type to be inserted,
  * including its subclasses {@link Menu}, {@link MenuItem}, {@link RadioMenuItem}, {@link CheckMenuItem} and
  * {@link CustomMenuItem}. If an arbitrary Node needs to be
  * inserted into a menu, a CustomMenuItem can be used. One exception to this general rule is that
  * {@link SeparatorMenuItem} could be used for inserting a separator.
< prev index next >