| Package | Description |
|---|---|
| javax.swing.event |
Provides for events fired by Swing components.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Field and Description |
|---|---|
static DocumentEvent |
DocumentEvent.EventType.CHANGE
Change type.
|
static DocumentEvent |
DocumentEvent.EventType.INSERT
Insert type.
|
static DocumentEvent |
DocumentEvent.EventType.REMOVE
Remove type.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentEvent |
DocumentEvent.getType()
Gets the type of event.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentEvent |
AbstractDocument.DefaultDocumentEvent.getType()
Returns the type of event.
|
| Constructor and Description | |
|---|---|
DefaultDocumentEvent(int offs, int len, DocumentEvent
Constructs a change record.
|