public final class EditorEvent
extends java.util.EventObject
EditorListener 
 methods when the state of Editor has changed. 
 The EditorEvent source is the editor instance whose state 
 is changing. The convenience method getEditor() can be used to 
 retrieve the editor instance.
| Constructor and Description | 
|---|
EditorEvent(Editor editor)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Editor | 
getEditor()
Get the  
Editor where the event happened. | 
public EditorEvent(Editor editor)
editor - the editor where the event happened.