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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
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.
Converts the type to a string.
Returns:
the string
Fields
Hide/Show inherited fields
public
final
static
EventType
CHANGE
Change type.
public
final
static
EventType
INSERT
Insert type.
public
final
static
EventType
REMOVE
Remove type.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar