Uses of Class
com.dlsc.gemsfx.StripView.StripCell
Packages that use StripView.StripCell
-
Uses of StripView.StripCell in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return types with arguments of type StripView.StripCellModifier 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 thecellFactoryproperty.Method parameters in com.dlsc.gemsfx with type arguments of type StripView.StripCellModifier and TypeMethodDescriptionfinal voidStripView.setCellFactory(javafx.util.Callback<StripView<T>, StripView.StripCell<T>> cellFactory) Sets the value of thecellFactoryproperty.