Package | Description |
---|---|
javax.ide |
The ide package is where all JSR 198 packages are rooted.
|
javax.ide.editor |
The editor interfaces that extension writers need to implement in order to add a new editor to an IDE.
|
Class and Description |
---|
EditorManager
The
EditorManager manages the life cycle of Editor s. |
Class and Description |
---|
Editor
The
Editor interface defines the methods to open and close editors, along with methods to save and restore editor specific settings. |
EditorEvent
The DocumentEvent is the parameter passed to the
EditorListener methods when the state of Editor has changed. |
EditorListener
The
EditorListener interface should be implemented by clients that are interested in receiving notifications about Editor instances being opened, activated, deactivated, or closed in the IDE. |
EditorManager
The
EditorManager manages the life cycle of Editor s. |