Class TabularTableSection

    • Constructor Detail

      • TabularTableSection

        public TabularTableSection()
    • Method Detail

      • addRow

        @NotNull
        @Contract(mutates="this",
                  pure=false,
                  value="null -> fail; !null -> this")
        public TabularTableSection addRow​(@NotNull
                                          java.lang.String... rowEntries)
      • getColumnWidth

        @Contract(pure=true)
        public int getColumnWidth​(int columnId)
      • getColumnCount

        @Contract(pure=true)
        public int getColumnCount()
      • getColumnWidths

        @NotNull
        @Contract(pure=true,
                  value="-> new")
        public int[] getColumnWidths()
      • getRowCount

        @Contract(pure=true)
        public int getRowCount()
      • getLines

        @NotNull
        @Contract(pure=true,
                  value="-> new")
        public java.util.List<java.lang.String> getLines()
        Specified by:
        getLines in interface CommentTableSection