Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellType
Packages that use SpreadsheetCellType
Package
Description
A package containing model and view related classes used by the
SpreadsheetView control.-
Uses of SpreadsheetCellType in org.controlsfx.control.spreadsheet
Subclasses of SpreadsheetCellType in org.controlsfx.control.spreadsheetModifier and TypeClassDescriptionstatic classTheSpreadsheetCellLocalDatetype base class.static classTheSpreadsheetCellDoubletype base class.static classTheSpreadsheetCellIntegertype base class.static classTheSpreadsheetCellListtype base class.static classTheSpreadsheetCellObjecttype base class.static classTheSpreadsheetCellStringtype base class.Fields in org.controlsfx.control.spreadsheet declared as SpreadsheetCellTypeModifier and TypeFieldDescriptionstatic final SpreadsheetCellType<Object> SpreadsheetCellType.OBJECTTheSpreadsheetCellObjecttype instance.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellTypeModifier and TypeMethodDescriptionSpreadsheetCell.getCellType()Returns theSpreadsheetCellTypeof this cell.final SpreadsheetCellTypeSpreadsheetCellBase.getCellType()Returns theSpreadsheetCellTypeof this cell.Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellTypeModifier and TypeMethodDescriptionfinal Optional<SpreadsheetCellEditor> SpreadsheetView.getEditor(SpreadsheetCellType<?> cellType) Return the editor associated with the CellType.Constructors in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellTypeModifierConstructorDescriptionSpreadsheetCellBase(int row, int column, int rowSpan, int columnSpan, SpreadsheetCellType<?> type) Constructs a SpreadsheetCell with the given configuration.