JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
類別 DocumentEvent.EventType

java.lang.Object
  繼承者 javax.swing.event.DocumentEvent.EventType
正在封閉介面:
DocumentEvent

public static final class DocumentEvent.EventType
extends Object

文檔事件型別的列舉


欄位摘要
static DocumentEvent.EventType CHANGE
          更改型別。
static DocumentEvent.EventType INSERT
          插入型別。
static DocumentEvent.EventType REMOVE
          移除型別。
 
方法摘要
 String toString()
          將型別轉換成一個字元串。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

INSERT

public static final DocumentEvent.EventType INSERT
插入型別。


REMOVE

public static final DocumentEvent.EventType REMOVE
移除型別。


CHANGE

public static final DocumentEvent.EventType CHANGE
更改型別。

方法詳細資訊

toString

public String toString()
將型別轉換成一個字元串。

覆寫:
類別 Object 中的 toString
返回:
字元串

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only