Class SpreadsheetCellEditor.DoubleEditor

java.lang.Object
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor
org.controlsfx.control.spreadsheet.SpreadsheetCellEditor.DoubleEditor
Enclosing class:
SpreadsheetCellEditor

public static class SpreadsheetCellEditor.DoubleEditor extends SpreadsheetCellEditor
A SpreadsheetCellEditor for SpreadsheetCellType.DoubleType typed cells. It displays a TextField where the user can type different numbers. Only numbers will be stored.
Moreover, the TextField will turn red if the value currently entered if incorrect.