JavaTM 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 Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策