モジュール java.desktop
パッケージ javax.swing

クラスJTable.AccessibleJTable.AccessibleJTableModelChange

    • フィールドの詳細

      • type

        protected int type
      • firstRow

        protected int firstRow
        最初の行
      • lastRow

        protected int lastRow
        最後の行
      • firstColumn

        protected int firstColumn
        最初の列
      • lastColumn

        protected int lastColumn
        最後の列
    • コンストラクタの詳細

      • AccessibleJTableModelChange

        protected AccessibleJTableModelChange​(int type,
                                              int firstRow,
                                              int lastRow,
                                              int firstColumn,
                                              int lastColumn)
        AccessibleJTableModelChangeを構築します。
        パラメータ:
        type - タイプ
        firstRow - 最初の行
        lastRow - 最後の行
        firstColumn - 最初の列
        lastColumn - 最後の列