Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.ide.navigation | |
oracle.ide.util |
Contains utility classes.
|
oracle.jdevimpl.audit.markers |
Modifier and Type | Class and Description |
---|---|
class |
CodeNavigationPoint
CodeNavigationPoint is a NavigationPoint implementation intended for
registration with the NavigationManager as an EditorNavigationPoint for the
CodeEditor class.
|
class |
LineNavigationPoint
NavigationPoint implementation which navigates to a given line within a
CodeEditor.
|
class |
OffsetNavigationPoint
NavigationPoint implementation which navigates to a given offset within a
FindableEditor.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.ide.navigation.DefaultNavigationPoint
Default EditorNavigationPoint implementation for representing the
activation of an Editor due to an operation that was not implemented as a
NavigationPoint.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContextWatcher.startWatching(ContextHolder holder)
Deprecated.
Start watching the Context held by the given ContextHolder.
|
static void |
ContextWatcher.stopWatching(ContextHolder holder)
Deprecated.
Stop watching the Context held by the given ContextHolder.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditMarkerNavigationPoint
Navigates to an audit marker using
ModelAdapter.edit(oracle.jdeveloper.audit.model.Location) . |