java.lang.Object | +--javax.swing.event.DocumentEvent.EventType
static javax.swing.event.DocumentEvent.EventType | CHANGE CHANGE |
static javax.swing.event.DocumentEvent.EventType | INSERT INSERT |
static javax.swing.event.DocumentEvent.EventType | REMOVE REMOVE |
java.lang.String | toString() toString |
public static final DocumentEvent.EventType CHANGE
public static final DocumentEvent.EventType INSERT
public static final DocumentEvent.EventType REMOVE
public String toString()