I am trying to create a list view that contains an image with a label. JavaFx examples involve creating a custom cell, overriding updateItem() and setting a cell factory. The ScalaFx ListCell does not inherit from the JavaFx ListCell, so I cannot override it.
What is the ScalaFx way to do this?