Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellType
-
Packages that use SpreadsheetCellType Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetViewcontrol. -
-
Uses of SpreadsheetCellType in org.controlsfx.control.spreadsheet
Subclasses of SpreadsheetCellType in org.controlsfx.control.spreadsheet Modifier and Type Class Description static classSpreadsheetCellType.DateTypeTheSpreadsheetCellLocalDatetype base class.static classSpreadsheetCellType.DoubleTypeTheSpreadsheetCellDoubletype base class.static classSpreadsheetCellType.IntegerTypeTheSpreadsheetCellIntegertype base class.static classSpreadsheetCellType.ListTypeTheSpreadsheetCellListtype base class.static classSpreadsheetCellType.ObjectTypeTheSpreadsheetCellObjecttype base class.static classSpreadsheetCellType.StringTypeTheSpreadsheetCellStringtype base class.Fields in org.controlsfx.control.spreadsheet declared as SpreadsheetCellType Modifier and Type Field Description static SpreadsheetCellType<Object>SpreadsheetCellType. OBJECTTheSpreadsheetCellObjecttype instance.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellType Modifier and Type Method Description SpreadsheetCellTypeSpreadsheetCell. getCellType()Returns theSpreadsheetCellTypeof this cell.SpreadsheetCellTypeSpreadsheetCellBase. getCellType()Returns theSpreadsheetCellTypeof this cell.Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellType Modifier and Type Method Description Optional<SpreadsheetCellEditor>SpreadsheetView. getEditor(SpreadsheetCellType<?> cellType)Return the editor associated with the CellType.Constructors in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellType Constructor Description SpreadsheetCellBase(int row, int column, int rowSpan, int columnSpan, SpreadsheetCellType<?> type)Constructs a SpreadsheetCell with the given configuration.
-