Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellType.ListType
-
Packages that use SpreadsheetCellType.ListType Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of SpreadsheetCellType.ListType in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellType.ListType Modifier and Type Method Description static SpreadsheetCellType.ListType
SpreadsheetCellType. LIST(List<String> items)
Creates aSpreadsheetCellType.ListType
.
-