Interface FilteredTableModel.RemovedRows

Enclosing interface:
FilteredTableModel<R,C>

public static interface FilteredTableModel.RemovedRows
Specifies the from and to rows of a row removal operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • fromRow

      int fromRow()
      Returns:
      the from row index
    • toRow

      int toRow()
      Returns:
      the to row index