< prev index next >

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

Print this page

        

@@ -194,10 +194,11 @@
      * Commonly used controls include including {@code MenuItem},
      * {@code CheckMenuItem}, {@code RadioMenuItem},
      * and of course {@code Menu}, which if added to a menu, will become a sub
      * menu. {@link SeparatorMenuItem} is another commonly used Node in the Menu's items
      * ObservableList.
+     * @return the list of menu items within this buttons menu
      */
     public final ObservableList<MenuItem> getItems() {
         return items;
     }
 
< prev index next >