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.
|
Modifier and Type | Method and Description |
---|---|
EditorManager |
IDE.getEditorManager()
Get the
EditorManager . |
Modifier and Type | Method and Description |
---|---|
static EditorManager |
EditorManager.getEditorManager()
Get the editor manager implementation for this IDE.
|