|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AccessibleTableModelChange
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()
イベントのタイプを返します。 |
フィールドの詳細 |
---|
static final int INSERT
static final int UPDATE
static final int DELETE
メソッドの詳細 |
---|
int getType()
INSERT
,
UPDATE
,
DELETE
int getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。