Class SpreadsheetHandle

java.lang.Object
impl.org.controlsfx.spreadsheet.SpreadsheetHandle

public abstract class SpreadsheetHandle extends Object
Implementation vs public bridge.
  • Constructor Details

    • SpreadsheetHandle

      public SpreadsheetHandle()
  • Method Details

    • 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.