所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.swing.event
类 DocumentEvent.EventType
java.lang.Object
javax.swing.event.DocumentEvent.EventType
-
正在封闭接口:
-
DocumentEvent
-
public static final class DocumentEvent.EventType
- extends Object
文档事件类型的枚举
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
-
-
返回:
-
字符串
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |