|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
AccessibleTableModelChange インタフェースはテーブルモデルへの変更を記述します。モデルが変更された場合の属性は以下のメソッドで取得できます。
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext.getAccessibleTable()
フィールドの概要 | |
static int |
DELETE
行または列の削除を識別します。 |
static int |
INSERT
新規の行または列の挿入を識別します。 |
static int |
UPDATE
既存のデータに対する変更を識別します。 |
メソッドの概要 | |
int |
getFirstColumn()
変更された最初の列を返します。 |
int |
getFirstRow()
変更された最初の行を返します。 |
int |
getLastColumn()
変更された最後の列を返します。 |
int |
getLastRow()
変更された最後の行を返します。 |
int |
getType()
イベントのタイプを返します。 |
フィールドの詳細 |
public static final int INSERT
public static final int UPDATE
public static final int DELETE
メソッドの詳細 |
public int getType()
INSERT
,
UPDATE
,
DELETE
public int getFirstRow()
public int getLastRow()
public int getFirstColumn()
public int getLastColumn()
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.