Class TableBounds

java.lang.Object
com.illumon.iris.gui.table.TableBounds

public class TableBounds extends Object
  • Field Details

    • firstRow_

      public int firstRow_
    • lastRow_

      public int lastRow_
    • firstCol_

      public int firstCol_
    • lastCol_

      public int lastCol_
    • EMPTY

      public static final TableBounds EMPTY
  • Constructor Details

    • TableBounds

      public TableBounds(int firstRow, int lastRow, int firstCol, int lastCol)
  • Method Details