< prev index next >

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

Print this page

        

*** 491,503 **** } /** * Updates the ListView associated with this Cell. * ! * @expert 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. */ public final void updateListView(ListView<T> listView) { setListView(listView); } --- 491,504 ---- } /** * Updates the ListView associated with this Cell. * ! * 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 >