Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetView
Packages that use SpreadsheetView
Package
Description
A package containing model and view related classes used by the
SpreadsheetView control.-
Uses of SpreadsheetView in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetViewModifier and TypeMethodDescriptionabstract SpreadsheetCellEditorSpreadsheetCellType.createEditor(SpreadsheetView view) Creates an editor for this type of cells.SpreadsheetCellType.DateType.createEditor(SpreadsheetView view) SpreadsheetCellType.DoubleType.createEditor(SpreadsheetView view) SpreadsheetCellType.IntegerType.createEditor(SpreadsheetView view) SpreadsheetCellType.ListType.createEditor(SpreadsheetView view) SpreadsheetCellType.ObjectType.createEditor(SpreadsheetView view) SpreadsheetCellType.StringType.createEditor(SpreadsheetView view) Constructors in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetViewModifierConstructorDescriptionDateEditor(SpreadsheetView view, javafx.util.StringConverter<LocalDate> converter) Constructor for the DateEditor.DoubleEditor(SpreadsheetView view) Constructor for the DoubleEditor.FilterBase(SpreadsheetView spv, int column) Constructor for the Filter indicating on which column it's applied on.IntegerEditor(SpreadsheetView view) Constructor for the IntegerEditor.ListEditor(SpreadsheetView view, List<String> itemList) Constructor for the ListEditor.ObjectEditor(SpreadsheetView view) Constructor for the ObjectEditor..Construct the SpreadsheetCellEditor.StringEditor(SpreadsheetView view) Constructor for the StringEditor.Constructor for the StringEditor.