Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
-
Packages that use SpreadsheetCellEditor Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of SpreadsheetCellEditor in org.controlsfx.control.spreadsheet
Subclasses of SpreadsheetCellEditor in org.controlsfx.control.spreadsheet Modifier and Type Class Description static class
SpreadsheetCellEditor.DateEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.DateType
typed cells.static class
SpreadsheetCellEditor.DoubleEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.DoubleType
typed cells.static class
SpreadsheetCellEditor.IntegerEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.DoubleType
typed cells.static class
SpreadsheetCellEditor.ListEditor<R>
ASpreadsheetCellEditor
forSpreadsheetCellType.ListType
typed cells.static class
SpreadsheetCellEditor.ObjectEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.ObjectType
typed cells.static class
SpreadsheetCellEditor.StringEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.StringType
typed cells.static class
SpreadsheetCellEditor.TextAreaEditor
ASpreadsheetCellEditor
forSpreadsheetCellType.StringType
typed cells.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellEditor 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)
Methods in org.controlsfx.control.spreadsheet that return types with arguments of type SpreadsheetCellEditor Modifier and Type Method Description Optional<SpreadsheetCellEditor>
SpreadsheetView. getEditor(SpreadsheetCellType<?> cellType)
Return the editor associated with the CellType.
-