javax.swing.event

Class DocumentEvent.EventType

public static final class DocumentEvent.EventType extends Object

EventType
Field Summary
static DocumentEvent.EventTypeCHANGE
CHANGE
static DocumentEvent.EventTypeINSERT
INSERT
static DocumentEvent.EventTypeREMOVE
REMOVE
Method Summary
StringtoString()
toString

Field Detail

CHANGE

public static final DocumentEvent.EventType CHANGE
CHANGE

INSERT

public static final DocumentEvent.EventType INSERT
INSERT

REMOVE

public static final DocumentEvent.EventType REMOVE
REMOVE

Method Detail

toString

public String toString()
toString

Returns: String