Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetView
-
Packages that use SpreadsheetView Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of SpreadsheetView in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetView Modifier and Type Method Description abstract SpreadsheetCellEditor
SpreadsheetCellType. createEditor(SpreadsheetView view)
Creates an editor for this type of cells.SpreadsheetCellEditor
SpreadsheetCellType.DateType. createEditor(SpreadsheetView view)
SpreadsheetCellEditor
SpreadsheetCellType.DoubleType. createEditor(SpreadsheetView view)
SpreadsheetCellEditor
SpreadsheetCellType.IntegerType. createEditor(SpreadsheetView view)
SpreadsheetCellEditor
SpreadsheetCellType.ListType. createEditor(SpreadsheetView view)
SpreadsheetCellEditor
SpreadsheetCellType.ObjectType. createEditor(SpreadsheetView view)
SpreadsheetCellEditor
SpreadsheetCellType.StringType. createEditor(SpreadsheetView view)
Constructors in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetView Constructor Description DateEditor(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..SpreadsheetCellEditor(SpreadsheetView view)
Construct the SpreadsheetCellEditor.StringEditor(SpreadsheetView view)
Constructor for the StringEditor.TextAreaEditor(SpreadsheetView view)
Constructor for the StringEditor.
-