|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
protected class JTable.AccessibleJTable.AccessibleJTableModelChange
フィールドの概要 | |
---|---|
protected int |
firstColumn
|
protected int |
firstRow
|
protected int |
lastColumn
|
protected int |
lastRow
|
protected int |
type
|
インタフェース javax.accessibility.AccessibleTableModelChange から継承されたフィールド |
---|
DELETE, INSERT, UPDATE |
コンストラクタの概要 | |
---|---|
protected |
JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
メソッドの概要 | |
---|---|
int |
getFirstColumn()
変更された最初の列を返します。 |
int |
getFirstRow()
変更された最初の行を返します。 |
int |
getLastColumn()
変更された最後の列を返します。 |
int |
getLastRow()
変更された最後の行を返します。 |
int |
getType()
イベントのタイプを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected int type
protected int firstRow
protected int lastRow
protected int firstColumn
protected int lastColumn
コンストラクタの詳細 |
---|
protected JTable.AccessibleJTable.AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
メソッドの詳細 |
---|
public int getType()
AccessibleTableModelChange
の記述:
AccessibleTableModelChange
内の getType
AccessibleTableModelChange.INSERT
,
AccessibleTableModelChange.UPDATE
,
AccessibleTableModelChange.DELETE
public int getFirstRow()
AccessibleTableModelChange
の記述:
AccessibleTableModelChange
内の getFirstRow
public int getLastRow()
AccessibleTableModelChange
の記述:
AccessibleTableModelChange
内の getLastRow
public int getFirstColumn()
AccessibleTableModelChange
の記述:
AccessibleTableModelChange
内の getFirstColumn
public int getLastColumn()
AccessibleTableModelChange
の記述:
AccessibleTableModelChange
内の 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 も参照してください。