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 theSpreadsheetViewcontrol. -
-
Uses of Grid in org.controlsfx.control.spreadsheet
Classes in org.controlsfx.control.spreadsheet that implement Grid Modifier and Type Class Description classGridBaseA base implementation of theGridinterface.Methods in org.controlsfx.control.spreadsheet that return Grid Modifier and Type Method Description GridSpreadsheetView. 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 aReadOnlyObjectPropertycontaining the current Grid used in the SpreadsheetView.Methods in org.controlsfx.control.spreadsheet with parameters of type Grid Modifier and Type Method Description voidSpreadsheetView. 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 theGridspecified.
-