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