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 theSpreadsheetViewcontrol. -
-
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 SpreadsheetCellEditorSpreadsheetCellType. createEditor(SpreadsheetView view)Creates an editor for this type of cells.SpreadsheetCellEditorSpreadsheetCellType.DateType. createEditor(SpreadsheetView view)SpreadsheetCellEditorSpreadsheetCellType.DoubleType. createEditor(SpreadsheetView view)SpreadsheetCellEditorSpreadsheetCellType.IntegerType. createEditor(SpreadsheetView view)SpreadsheetCellEditorSpreadsheetCellType.ListType. createEditor(SpreadsheetView view)SpreadsheetCellEditorSpreadsheetCellType.ObjectType. createEditor(SpreadsheetView view)SpreadsheetCellEditorSpreadsheetCellType.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.
-