Uses of Interface
org.controlsfx.control.spreadsheet.CellGraphicFactory
-
Packages that use CellGraphicFactory Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of CellGraphicFactory in org.controlsfx.control.spreadsheet
Methods in org.controlsfx.control.spreadsheet that return CellGraphicFactory Modifier and Type Method Description CellGraphicFactory
SpreadsheetView. getCellGraphicFactory()
Returns the CellGraphicFactory if set that provide implementation for browser inSpreadsheetCell
.Methods in org.controlsfx.control.spreadsheet with parameters of type CellGraphicFactory Modifier and Type Method Description void
SpreadsheetView. setCellGraphicFactory(CellGraphicFactory cellGraphicFactory)
Sets the CellGraphicFactory that will provide an implementation for cell that haveSpreadsheetCell.isCellGraphic()
set totrue
.
-