Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.event

Class DocumentEvent.EventType

java.lang.Object
|
+--javax.swing.event.DocumentEvent.EventType


public static final class DocumentEvent.EventType

extends Object

EventType

Field Summary

static javax.swing.event.DocumentEvent.EventTypeCHANGE

CHANGE
static javax.swing.event.DocumentEvent.EventTypeINSERT

INSERT
static javax.swing.event.DocumentEvent.EventTypeREMOVE

REMOVE

Method Summary

java.lang.StringtoString()

toString

Field Details

CHANGE

public static final DocumentEvent.EventType CHANGE

CHANGE


INSERT

public static final DocumentEvent.EventType INSERT

INSERT


REMOVE

public static final DocumentEvent.EventType REMOVE

REMOVE


Method Details

toString

public String toString()

toString