API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. DocumentEvent.EventType View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DocumentEvent.EventType
Implements
Subclasses
Description
publicfinalstatic class DocumentEvent.EventType
Enumeration for document event types
See also:   
Constructors
private DocumentEvent.EventType (String s)
Methods
Hide/Show inherited methods
public String toString ()
  Converts the type to a string.
Fields
Hide/Show inherited fields
publicfinalstatic EventType CHANGE
Change type.
publicfinalstatic EventType INSERT
Insert type.
publicfinalstatic EventType REMOVE
Remove type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar