| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.jdeveloper.audit.transform |
The base classes for defining transformations on the Audit object model.
|
| oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
| Class and Description |
|---|
| CEditor |
| CEToolTipProvider
The
CEToolTipProvider is an interface for the code editor to ask an editor client for an appropriate tooltip to display based on the given location of the mouse event. |
| CodeEditor
The
CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE. |
| CodeEditorController
The
CodeEditorController is the controller for the CodeEditor Addin. |
| CodeEditorGutter
The
CodeEditorGutter interface is an extension of the editor's Gutter interface to integrate with the JDev environment and provide Context information for other Addins. |
| CodeEditorGutterView
The CodeEditorGutter has its own view in order to support the context menu properly.
|
| CodeEditorViewSelectionSetter
A class to drive the setting of ViewSelections (see @link ViewSelectionListener) in the code editor.
|
| CodeMenuConstants
The
CodeMenuConstants define menu weights for all items for the dynamic Code Menu, regardless of whether the action is defined by the Code Editor or not. |
| CodeNavigationPoint
CodeNavigationPoint is a NavigationPoint implementation intended for registration with the NavigationManager as an EditorNavigationPoint for the CodeEditor class.
|
| CursorListener
The
CursorListener interface should be implemented by clients interested in receiving notifications of cursor movement in the code editor. |
| EditorPluginsFactory
The
EditorPluginsFactory defines an interface that allows clients of the Code Editor to indicate what EditorPlugins they are interested in installing when a new editor is opened. |
| LineNavigationPoint
NavigationPoint implementation which navigates to a given line within a CodeEditor.
|
| NodeUpdater
The
NodeUpdater class is a class which takes care of the delayed notification in the idle time after a text buffer change occurs. |
| OffsetNavigationPoint
NavigationPoint implementation which navigates to a given offset within a FindableEditor.
|
| ScrollTipRenderer |
| ViewLimitProvider
An provider to control the 'view limiting' of a CodeEditors editor pane.
|
| ViewLimitProviderFactory
A class to allow different clients to register interest in limiting the visible view area of the code editor.
|
| ViewSelectionHelper
Created by a ViewSelectionHelperFactory, the ViewSelectionHelper may monitor changes to the CodeEditor and set it's view selection.
|
| ViewSelectionHelperFactory
A class to allow different clients to register interest in determining the view selection of the code editor.
|
| Class and Description |
|---|
| UndoableEditCommand
An Ide command which wraps an undoable edit.
|
| Class and Description |
|---|
| CodeEditor
The
CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE. |