Class SpreadsheetHandle


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

      • SpreadsheetHandle

        public SpreadsheetHandle()
    • 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.