Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
Modifier and Type | Field and Description |
---|---|
protected TextBufferTracker |
CodeNavigationPoint.tracker
TextBufferTracker monitoring changes to #start and #selLength values
|
Modifier and Type | Method and Description |
---|---|
static TextBufferTracker |
TextBufferTracker.createTrackerFromSnapshot(TextNode node, ReadTextBuffer snapshot, int comparisonLimit)
Creates a text buffer tracker for a text node with a specified snapshot as its initial version and the current node contents as the current version.
|
static TextBufferTracker |
TextBufferTracker.getTracker(TextNode node)
Gets the text buffer tracker for a text node.
|