Uses of Class
org.controlsfx.control.GridCell
Packages that use GridCell
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
A package containing a number of useful cell-related classes that do not
exist in the base JavaFX distribution, many related to the new
GridView
control offered in
ControlsFX.-
Uses of GridCell in impl.org.controlsfx.skin
Methods in impl.org.controlsfx.skin that return GridCellModifier and TypeMethodDescriptionGridRowSkin.getCellAtIndex
(int index) Returns a cell element at a desired indexConstructors in impl.org.controlsfx.skin with parameters of type GridCell -
Uses of GridCell in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type GridCellModifier 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.Method parameters in org.controlsfx.control with type arguments of type GridCell -
Uses of GridCell in org.controlsfx.control.cell
Subclasses of GridCell in org.controlsfx.control.cellModifier and TypeClassDescriptionclass
class
class