Uses of Class
com.dlsc.gemsfx.StripView
-
Uses of StripView in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionStripView.StripCell.getStripView()
Gets the value of thestripView
property.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.StripView.StripCell.stripViewProperty()
Stores a reference back to the strip view where the cell is being used.Modifier and TypeMethodDescriptionfinal void
StripView.StripCell.setStripView
(StripView<T> stripView) Sets the value of thestripView
property.Modifier 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
ModifierConstructorDescriptionStripViewSkin
(StripView<T> strip) Constructor for all SkinBase instances.