Class SWTGridDescription

    • Constructor Detail

      • SWTGridDescription

        public SWTGridDescription()
        Creating an empty grid.
      • SWTGridDescription

        public SWTGridDescription​(int rows,
                                  int columns,
                                  java.util.List<SWTGridCell> grid)
        Creating a filled grid.
        Parameters:
        rows - number of rows in this description
        columns - number of columns in this description
        grid - the List of GridCells describing the grid
    • Method Detail

      • copy

        public SWTGridDescription copy()
        Creates a copy of the grid.
        Returns:
        a copy of the grid