java.lang.Object
impl.org.controlsfx.spreadsheet.SpreadsheetHandle
Implementation vs public bridge.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract GridViewSkinAccesses the grid view (ie cell table view).protected abstract SpreadsheetGridViewAccesses the grid (ie cell table) in the spreadsheet.protected abstract SpreadsheetViewgetView()Access the main control.protected abstract booleanisColumnWidthSet(int indexColumn) Whether that column width has been set by the user.
-
Constructor Details
-
SpreadsheetHandle
public SpreadsheetHandle()
-
-
Method Details
-
getView
Access the main control. -
getGridView
Accesses the grid (ie cell table) in the spreadsheet. -
getCellsViewSkin
Accesses the grid view (ie cell table view). -
isColumnWidthSet
protected abstract boolean isColumnWidthSet(int indexColumn) Whether that column width has been set by the user.
-