| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.javatools.compare.view.wedge | |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeEditor
The
CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE. |
| Modifier and Type | Class and Description |
|---|---|
class |
WedgeCompareView
The wedge compare view displays text differences as a series of blocks and connectors.
|
| Modifier and Type | Method and Description |
|---|---|
ToolTipProvider |
BasicEditorPane.getToolTipProvider()
Fetches the current installed
ToolTipProvider. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicEditorPane.addToolTipProvider(ToolTipProvider provider)
Installs the given
ToolTipProvider for providing tooltips for the editor pane. |
void |
BasicEditorPane.removeToolTipProvider(ToolTipProvider provider)
Deinstalls the given
ToolTipProvider that was previously installed for getting tooltip info for the editor pane. |