| Package | Description | 
|---|---|
| javax.ide.editor | 
 The editor interfaces that extension writers need to implement in 
  order to add a new editor to an IDE. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EditorListener.activated(EditorEvent event)
Notify listeners that an existing Editor has been activated. 
 | 
void | 
EditorListener.closed(EditorEvent event)
Notify listeners that an existing Editor is being closed. 
 | 
void | 
EditorListener.deactivated(EditorEvent event)
Notify listeners that an existing Editor listener is
 de-activated. 
 | 
void | 
EditorListener.opened(EditorEvent event)
Notify listeners that a new Editor has been opened. 
 |