Uses of Class
org.controlsfx.control.GridView
Packages that use GridView
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of GridView in impl.org.controlsfx.skin
Constructors in impl.org.controlsfx.skin with parameters of type GridView -
Uses of GridView in org.controlsfx.control
Methods in org.controlsfx.control that return GridViewModifier and TypeMethodDescriptionGridCell.getGridView()
Returns theGridView
that this GridCell exists within.Methods in org.controlsfx.control that return types with arguments of type GridViewModifier and TypeMethodDescriptionGridView.cellFactoryProperty()
Property representing the cell factory that is currently set in this GridView, or null if no cell factory has been set (in which case the default cell factory provided by the GridView skin will be used).GridView.getCellFactory()
Returns the cell factory that will be used to createGridCell
instances to show in the GridView.GridCell.gridViewProperty()
TheGridView
that this GridCell exists within.Methods in org.controlsfx.control with parameters of type GridViewModifier and TypeMethodDescriptionfinal void
GridCell.updateGridView
(GridView<T> gridView) Sets theGridView
that this GridCell exists within.Method parameters in org.controlsfx.control with type arguments of type GridView