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
Subclasses with type arguments of type GridView in impl.org.controlsfx.skinConstructors 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 theGridViewthat 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 createGridCellinstances to show in the GridView.GridCell.gridViewProperty()TheGridViewthat this GridCell exists within.Methods in org.controlsfx.control with parameters of type GridViewModifier and TypeMethodDescriptionfinal voidGridCell.updateGridView(GridView<T> gridView) Sets theGridViewthat this GridCell exists within.Method parameters in org.controlsfx.control with type arguments of type GridView