- java.lang.Object
-
- impl.org.controlsfx.spreadsheet.SpreadsheetHandle
-
public abstract class SpreadsheetHandle extends Object
Implementation vs public bridge.
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetHandle()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract GridViewSkin
getCellsViewSkin()
Accesses the grid view (ie cell table view).protected abstract SpreadsheetGridView
getGridView()
Accesses the grid (ie cell table) in the spreadsheet.protected abstract SpreadsheetView
getView()
Access the main control.protected abstract boolean
isColumnWidthSet(int indexColumn)
Whether that column width has been set by the user.
-
-
-
Method Detail
-
getView
protected abstract SpreadsheetView getView()
Access the main control.
-
getGridView
protected abstract SpreadsheetGridView getGridView()
Accesses the grid (ie cell table) in the spreadsheet.
-
getCellsViewSkin
protected abstract GridViewSkin 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.
-
-