Uses of Class
org.controlsfx.control.GridCell
-
Packages that use GridCell Package Description impl.org.controlsfx.skin org.controlsfx.control A package containing a number of useful controls-related classes that do not exist in the base JavaFX distribution.org.controlsfx.control.cell A package containing a number of useful cell-related classes that do not exist in the base JavaFX distribution, many related to the newGridView
control offered in ControlsFX. -
-
Uses of GridCell in impl.org.controlsfx.skin
Methods in impl.org.controlsfx.skin that return GridCell Modifier and Type Method Description GridCell<T>
GridRowSkin. getCellAtIndex(int index)
Returns a cell element at a desired indexConstructors in impl.org.controlsfx.skin with parameters of type GridCell Constructor Description GridCellSkin(GridCell<T> control)
-
Uses of GridCell in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type GridCell Modifier and Type Method Description javafx.beans.property.ObjectProperty<javafx.util.Callback<GridView<T>,GridCell<T>>>
GridView. 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).javafx.util.Callback<GridView<T>,GridCell<T>>
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 Modifier and Type Method Description void
GridView. setCellFactory(javafx.util.Callback<GridView<T>,GridCell<T>> value)
Sets the cell factory to use to createGridCell
instances to show in the GridView. -
Uses of GridCell in org.controlsfx.control.cell
Subclasses of GridCell in org.controlsfx.control.cell Modifier and Type Class Description class
ColorGridCell
class
ImageGridCell
class
MediaImageCell
-