Uses of Class
com.dlsc.gemsfx.StripView
Packages that use StripView
-
Uses of StripView in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return StripViewModifier and TypeMethodDescriptionStripView.StripCell.getStripView()
Gets the value of thestripView
property.Methods in com.dlsc.gemsfx that return types with arguments of type StripViewModifier 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.StripView.StripCell.stripViewProperty()
Stores a reference back to the strip view where the cell is being used.Methods in com.dlsc.gemsfx with parameters of type StripViewModifier and TypeMethodDescriptionfinal void
StripView.StripCell.setStripView
(StripView<T> stripView) Sets the value of thestripView
property.Method parameters in com.dlsc.gemsfx with type arguments of type StripViewModifier and TypeMethodDescriptionfinal void
StripView.setCellFactory
(javafx.util.Callback<StripView<T>, StripView.StripCell<T>> cellFactory) Sets the value of thecellFactory
property. -
Uses of StripView in com.dlsc.gemsfx.skins
Constructors in com.dlsc.gemsfx.skins with parameters of type StripViewModifierConstructorDescriptionStripViewSkin
(StripView<T> strip) Constructor for all SkinBase instances.