|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.util.EventObject javax.swing.event.TableColumnModelEvent
public class TableColumnModelEvent
TableColumnModelEvent 用於通知偵聽器某一個表的列模型已發生更改,比如添加、移除或移動列。
警告:此類別的序列化物件將與以後的 Swing 版本不相容。當前的序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder
。
TableColumnModelListener
欄位摘要 | |
---|---|
protected int |
fromIndex
列的索引,從該索引處移動或移除列 |
protected int |
toIndex
列的索引,該索引處是移動或添加操作的目標位置 |
從類別 java.util.EventObject 繼承的欄位 |
---|
source |
建構子摘要 | |
---|---|
TableColumnModelEvent(TableColumnModel source,
int from,
int to)
建構一個 TableColumnModelEvent 物件。 |
方法摘要 | |
---|---|
int |
getFromIndex()
返回 fromIndex。 |
int |
getToIndex()
返回 toIndex。 |
從類別 java.util.EventObject 繼承的方法 |
---|
getSource, toString |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
protected int fromIndex
protected int toIndex
建構子詳細資訊 |
---|
public TableColumnModelEvent(TableColumnModel source, int from, int to)
TableColumnModelEvent
物件。
source
- 發起事件的 TableColumnModel
from
- 指定移動或移除列的原位置處索引的 int 值to
- 指定移動或添加列的目標位置處索引的 int 值getFromIndex()
,
getToIndex()
方法詳細資訊 |
---|
public int getFromIndex()
public int getToIndex()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。