< prev index next >

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

Print this page

        

@@ -491,13 +491,14 @@
     }
 
     /**
      * Updates the ListView associated with this Cell.
      *
-     * @expert This function is intended to be used by experts, primarily
+     * Note: This function is intended to be used by experts, primarily
      *         by those implementing new Skins. It is not common
      *         for developers or designers to access this function directly.
+     * @param listView the ListView associated with this cell
      */
     public final void updateListView(ListView<T> listView) {
         setListView(listView);
     }
 
< prev index next >