javax.swing.event
Class DocumentEvent.EventType

java.lang.Object
  extended by javax.swing.event.DocumentEvent.EventType
Enclosing interface:
DocumentEvent

public static final class DocumentEvent.EventType
extends Object

EventType


Field Summary
static DocumentEvent.EventType CHANGE
          CHANGE
static DocumentEvent.EventType INSERT
          INSERT
static DocumentEvent.EventType REMOVE
          REMOVE
 
Method Summary
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final DocumentEvent.EventType INSERT
INSERT


REMOVE

public static final DocumentEvent.EventType REMOVE
REMOVE


CHANGE

public static final DocumentEvent.EventType CHANGE
CHANGE

Method Detail

toString

public String toString()
toString

Overrides:
toString in class Object
Returns:
String
See Also:
Object.getClass(), Object.hashCode(), Class.getName(), Integer.toHexString(int)