Uses of Class
com.dlsc.gemsfx.StripView.StripCell
-
Uses of StripView.StripCell in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<StripView<T>,
StripView.StripCell<T>>> StripView.cellFactoryProperty()
A factory used for creating cells that will display the items added to the strip view.final javafx.util.Callback<StripView<T>,
StripView.StripCell<T>> StripView.getCellFactory()
Gets the value of thecellFactory
property.Modifier and TypeMethodDescriptionfinal void
StripView.setCellFactory
(javafx.util.Callback<StripView<T>, StripView.StripCell<T>> cellFactory) Sets the value of thecellFactory
property.