|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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,
DELETEpublic int getFirstRow()
public int getLastRow()
public int getFirstColumn()
public int getLastColumn()
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.