Uses of Interface
org.controlsfx.control.spreadsheet.Grid
-
Packages that use Grid Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of Grid in org.controlsfx.control.spreadsheet
Classes in org.controlsfx.control.spreadsheet that implement Grid Modifier and Type Class Description class
GridBase
A base implementation of theGrid
interface.Methods in org.controlsfx.control.spreadsheet that return Grid Modifier and Type Method Description Grid
SpreadsheetView. getGrid()
Return the model Grid used by the SpreadsheetViewMethods in org.controlsfx.control.spreadsheet that return types with arguments of type Grid Modifier and Type Method Description javafx.beans.property.ReadOnlyObjectProperty<Grid>
SpreadsheetView. gridProperty()
Return aReadOnlyObjectProperty
containing the current Grid used in the SpreadsheetView.Methods in org.controlsfx.control.spreadsheet with parameters of type Grid Modifier and Type Method Description void
SpreadsheetView. setGrid(Grid grid)
Set a new Grid for the SpreadsheetView.Constructors in org.controlsfx.control.spreadsheet with parameters of type Grid Constructor Description SpreadsheetView(Grid grid)
Creates a SpreadsheetView control with theGrid
specified.
-