| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.javatools.compare.view | |
| oracle.javatools.editor |
The
Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. |
| oracle.javatools.editor.folding |
Provides classes and interfaces for supporting collapsible source code blocks in the code editor.
|
| oracle.javatools.editor.gutter |
The Line Gutter package is a subset of the Editor package, and contains API for working with a
Gutter associated with an editor pane. |
| oracle.javatools.editor.insight |
The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features.
|
| oracle.javatools.editor.plugins |
The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane.
|
| oracle.javatools.editor.popup |
The Popup Window package is a subset of the Editor package, and is used to display popup windows associated with the editor.
|
| Class and Description |
|---|
| AbstractClickPlugin
The
AbstractClickPlugin is an abstract starting point for an EditorPlugin implementation which provides support for performing some action when the user clicks over certain text in an editor, usually with a modifier key held down. |
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| AbstractEditorPlugin
The
AbstractEditorPlugin provides a starting point implementation for an editor plugin that provides many of the common methods and fields used by plugins. |
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| DropTargetPlugin
The
DropTargetPlugin is an editor plugin which adds drop support to the BasicEditorPane so that it can accept drop operations for Drag-n-Drop. |
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |
| Class and Description |
|---|
| EditorPlugin
The
EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework. |