所有类


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
返回:
字符串

所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部