Module java.desktop
Package javax.swing

Class JTable.AccessibleJTable.AccessibleJTableModelChange

    • Field Detail

      • type

        protected int type
        The type
      • firstRow

        protected int firstRow
        The first row
      • lastRow

        protected int lastRow
        The last row
      • firstColumn

        protected int firstColumn
        The first column
      • lastColumn

        protected int lastColumn
        The last column
    • Constructor Detail

      • AccessibleJTableModelChange

        protected AccessibleJTableModelChange​(int type,
                                              int firstRow,
                                              int lastRow,
                                              int firstColumn,
                                              int lastColumn)
        Constructs an AccessibleJTableModelChange.
        Parameters:
        type - the type
        firstRow - the first row
        lastRow - the last row
        firstColumn - the first column
        lastColumn - the last column