|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 DocumentEvent.EventType 的軟體套件 | |
---|---|
javax.swing.event | 供 Swing 元件觸發的事件使用。 |
javax.swing.text | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
javax.swing.event 中 DocumentEvent.EventType 的使用 |
---|
宣告為 DocumentEvent.EventType 的 javax.swing.event 中的欄位 | |
---|---|
static DocumentEvent.EventType |
DocumentEvent.EventType.CHANGE
更改型別。 |
static DocumentEvent.EventType |
DocumentEvent.EventType.INSERT
插入型別。 |
static DocumentEvent.EventType |
DocumentEvent.EventType.REMOVE
移除型別。 |
返回 DocumentEvent.EventType 的 javax.swing.event 中的方法 | |
---|---|
DocumentEvent.EventType |
DocumentEvent.getType()
獲得事件型別。 |
javax.swing.text 中 DocumentEvent.EventType 的使用 |
---|
返回 DocumentEvent.EventType 的 javax.swing.text 中的方法 | |
---|---|
DocumentEvent.EventType |
AbstractDocument.DefaultDocumentEvent.getType()
返回事件的型別。 |
參數型別為 DocumentEvent.EventType 的 javax.swing.text 中的建構子 | |
---|---|
AbstractDocument.DefaultDocumentEvent(int offs,
int len,
DocumentEvent.EventType type)
建構更改記錄。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。