Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
Packages that use SpreadsheetCellEditor
Package
Description
A package containing model and view related classes used by the
SpreadsheetView
control.-
Uses of SpreadsheetCellEditor in org.controlsfx.control.spreadsheet
Subclasses of SpreadsheetCellEditor in org.controlsfx.control.spreadsheetModifier and TypeClassDescriptionstatic class
ASpreadsheetCellEditor
forSpreadsheetCellType.DateType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.DoubleType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.DoubleType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.ListType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.ObjectType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.StringType
typed cells.static class
ASpreadsheetCellEditor
forSpreadsheetCellType.StringType
typed cells.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellEditorModifier and TypeMethodDescriptionabstract SpreadsheetCellEditor
SpreadsheetCellType.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) Methods in org.controlsfx.control.spreadsheet that return types with arguments of type SpreadsheetCellEditorModifier and TypeMethodDescriptionfinal Optional
<SpreadsheetCellEditor> SpreadsheetView.getEditor
(SpreadsheetCellType<?> cellType) Return the editor associated with the CellType.