swingwtx.swing.event
Class DocumentEvent.EventType

java.lang.Object
  extended byswingwtx.swing.event.DocumentEvent.EventType
Enclosing class:
DocumentEvent

public static final class DocumentEvent.EventType
extends java.lang.Object


Field Summary
static DocumentEvent.EventType CHANGE
           
static DocumentEvent.EventType INSERT
           
static DocumentEvent.EventType REMOVE
           
 
Method Summary
 java.lang.String 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

REMOVE

public static final DocumentEvent.EventType REMOVE

CHANGE

public static final DocumentEvent.EventType CHANGE
Method Detail

toString

public java.lang.String toString()