クラス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型 -
コンストラクタのサマリー
コンストラクタ修飾子コンストラクタ説明protectedAccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn) AccessibleJTableModelChangeを構築します。 -
メソッドのサマリー
クラスオブジェクトで宣言されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait修飾子と型メソッド説明protected Objectclone()このオブジェクトのコピーを作成して、返します。booleanこのオブジェクトと他のオブジェクトが等しいかどうかを示します。protected voidfinalize()削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。最終決定は非推奨であり、将来のリリースで削除される可能性があります。final Class<?> getClass()このObjectの実行時クラスを返します。inthashCode()このオブジェクトに対するハッシュ・コード値を返します。final voidnotify()このオブジェクトのモニターで待機中のスレッドを1つ再開します。final voidこのオブジェクトのモニターで待機中のすべてのスレッドを再開します。toString()オブジェクトの文字列表現を返します。final voidwait()現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。final voidwait(long timeoutMillis) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。final voidwait(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- 最後の列
-
-
メソッドの詳細
-
getType
-
getFirstRow
-
getLastRow
-
getFirstColumn
public int getFirstColumn()最初の列を返します。- 定義:
getFirstColumn、インタフェースAccessibleTableModelChange- 戻り値:
- 最初の列
-
getLastColumn
-