Module org.autogui

Class TableRowHeightFitter.RowHeightUpdate

java.lang.Object
org.autogui.swing.util.TableRowHeightFitter.RowHeightUpdate
Enclosing class:
TableRowHeightFitter

public static class TableRowHeightFitter.RowHeightUpdate extends Object
  • Field Details

    • column

      public TableColumn column
    • fromRow

      public int fromRow
    • toRowExclusive

      public int toRowExclusive
  • Constructor Details

    • RowHeightUpdate

      public RowHeightUpdate()
    • RowHeightUpdate

      public RowHeightUpdate(TableColumn column)
    • RowHeightUpdate

      public RowHeightUpdate(TableColumn column, int fromRow, int toRowExclusive)
  • Method Details

    • isAllColumns

      public boolean isAllColumns()
    • isAllRows

      public boolean isAllRows()
    • toString

      public String toString()
      Overrides:
      toString in class Object