Class GridTable

    • Constructor Detail

      • GridTable

        public GridTable​(int top,
                         int left,
                         int bottom,
                         int right,
                         IGrid grid)
    • Method Detail

      • getWidth

        public int getWidth()
        Returns:
        width of the table
      • getHeight

        public int getHeight()
        Returns:
        height of the table
      • getGrid

        public IGrid getGrid()
      • edit

        public void edit()
      • stopEditing

        public void stopEditing()
      • getGridColumn

        public int getGridColumn​(int column,
                                 int row)
      • getGridRow

        public int getGridRow​(int column,
                              int row)