クラスJTable.AccessibleJTable.AccessibleJTableModelChange

java.lang.Object
javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
すべての実装されたインタフェース:
AccessibleTableModelChange
含まれているクラス:
JTable.AccessibleJTable

protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
アクセス可能な表モデルの変更について説明します。
導入されたバージョン:
1.2
  • フィールドのサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    protected int
    最初の列
    protected int
    最初の行
    protected int
    最後の列
    protected int
    最後の行
    protected int

    インタフェースで宣言されたフィールド AccessibleTableModelChange

    DELETE, INSERT, UPDATE
    修飾子と型
    フィールド
    説明
    static final int
    行または列の削除を識別します。
    static final int
    新規の行または列の挿入を識別します。
    static final int
    既存のデータに対する変更を識別します。
  • コンストラクタのサマリー

    コンストラクタ
    修飾子
    コンストラクタ
    説明
    protected
    AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
    AccessibleJTableModelChangeを構築します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    int
    最初の列を返します。
    int
    最初の行を返します。
    int
    最後の列を返します。
    int
    最後の行を返します。
    int
    タイプを返します。

    クラスオブジェクトで宣言されたメソッド

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    修飾子と型
    メソッド
    説明
    protected Object
    このオブジェクトのコピーを作成して、返します。
    boolean
    このオブジェクトと他のオブジェクトが等しいかどうかを示します。
    protected void
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    最終決定は非推奨であり、将来のリリースで削除される可能性があります。
    final Class<?>
    このObjectの実行時クラスを返します。
    int
    このオブジェクトに対するハッシュ・コード値を返します。
    final void
    このオブジェクトのモニターで待機中のスレッドを1つ再開します。
    final void
    このオブジェクトのモニターで待機中のすべてのスレッドを再開します。
    オブジェクトの文字列表現を返します。
    final void
    現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。
    final void
    wait(long timeoutMillis)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
    final void
    wait(long timeoutMillis, int nanos)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
  • フィールド詳細

    • 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 - 最後の列
  • メソッドの詳細