Interface TableView.Skin

  • All Known Implementing Classes:
    TerraTableViewSkin
    Enclosing class:
    TableView

    public static interface TableView.Skin
    Table view skin interface. Table view skins must implement this.
    • Method Detail

      • getRowAt

        int getRowAt​(int y)
      • getColumnAt

        int getColumnAt​(int x)
      • getRowBounds

        Bounds getRowBounds​(int rowIndex)
      • getColumnBounds

        Bounds getColumnBounds​(int columnIndex)
      • getCellBounds

        Bounds getCellBounds​(int rowIndex,
                             int columnIndex)