java.lang.Object javax.swing.event.DocumentEvent.EventType
public static final class DocumentEvent.EventType
文档事件类型的枚举
字段摘要 | |
---|---|
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 |
字段详细信息 |
---|
public static final DocumentEvent.EventType INSERT
public static final DocumentEvent.EventType REMOVE
public static final DocumentEvent.EventType CHANGE
方法详细信息 |
---|
public String toString()