public static final class

DocumentEvent.EventType

extends Object
java.lang.Object
   ↳ javax.swing.event.DocumentEvent.EventType

Class Overview

Enumeration for document event types

Summary

Fields
public static final DocumentEvent.EventType CHANGE Change type.
public static final DocumentEvent.EventType INSERT Insert type.
public static final DocumentEvent.EventType REMOVE Remove type.
Public Methods
String toString()
Converts the type to a string.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final DocumentEvent.EventType CHANGE

Change type.

public static final DocumentEvent.EventType INSERT

Insert type.

public static final DocumentEvent.EventType REMOVE

Remove type.

Public Methods

public String toString ()

Converts the type to a string.

Returns
  • the string