Uses of Interface
org.controlsfx.control.spreadsheet.Grid
Packages that use Grid
Package
Description
A package containing model and view related classes used by the
SpreadsheetView control.-
Uses of Grid in org.controlsfx.control.spreadsheet
Classes in org.controlsfx.control.spreadsheet that implement GridMethods in org.controlsfx.control.spreadsheet that return GridModifier and TypeMethodDescriptionfinal GridSpreadsheetView.getGrid()Return the model Grid used by the SpreadsheetViewMethods in org.controlsfx.control.spreadsheet that return types with arguments of type GridModifier and TypeMethodDescriptionfinal 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 GridModifier and TypeMethodDescriptionfinal voidSet a new Grid for the SpreadsheetView.Constructors in org.controlsfx.control.spreadsheet with parameters of type GridModifierConstructorDescriptionSpreadsheetView(Grid grid) Creates a SpreadsheetView control with theGridspecified.