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 thestripViewproperty.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 thecellFactoryproperty.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 voidStripView.StripCell.setStripView(StripView<T> stripView) Sets the value of thestripViewproperty.Method parameters in com.dlsc.gemsfx with type arguments of type StripViewModifier and TypeMethodDescriptionfinal voidStripView.setCellFactory(javafx.util.Callback<StripView<T>, StripView.StripCell<T>> cellFactory) Sets the value of thecellFactoryproperty. -
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.