| Package | Description |
|---|---|
| oracle.bali.xml.addin | |
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.ide.db.model |
Classes associated with the IDE's navigator nodes for database connections and database objects.
|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| oracle.ide.util |
Contains utility classes.
|
| oracle.jdeveloper.audit.model |
The base classes for defining the Audit object model.
|
| oracle.jdeveloper.audit.transform |
The base classes for defining transformations on the Audit object model.
|
| oracle.jdeveloper.merge |
Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities.
|
| oracle.jdeveloper.model |
Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model.
|
| oracle.jdeveloper.webapp | |
| oracle.jdevimpl.webapp.html |
| Modifier and Type | Class and Description |
|---|---|
class |
oracle.bali.xml.addin.XMLSourceNode |
| Constructor and Description |
|---|
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace)
Creates an undoable edit wrapper command without an IDE context that manages the initial selection.
|
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace, boolean initialSelection)
Creates an undoable edit wrapper command without an IDE context.
|
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace, int selectionStart, int selectionEnd)
Constructor callable from threads other than the event thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDBObjectTextNode
Convenience subclass of TextNode that implements DBObjectNode.
|
class |
BasePlSqlTextNode
Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.
|
class |
SqlNode
The
SqlNode class is a TextNode that represents an SQL or PL/SQL file. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployableTextNode
Trivial subclass of
TextNode that has the ElementAttributes.DEPLOYABLE attribute set. |
class |
UnrecognizedTextNode
The
UnrecognizedTextNode is used for files that are not recognized by the node recognizer system. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.netbeans.api.editor.guards.GuardedSectionManager |
GuardedSupport.getGuardedSectionManager(TextNode node)
Entry point for getting a GuardedSectionManager from a TextNode.
|
| Modifier and Type | Method and Description |
|---|---|
TextNode |
TextFileModelAdapter.getTextNode()
Gets the IDE {@link TextNode) containing this model.
|
| Modifier and Type | Method and Description |
|---|---|
TextNode |
TextTransformContext.getTextNode()
Gets the text node to be transformed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextMergeNode |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaClassNode
The JavaNode interface represents a Java class element in the JDeveloper browser.
|
class |
JavaNode
The JavaNode represents a Java class element in the JDeveloper browser.
|
class |
JavaSourceNode
The
JavaSourceNode interface represents a Java source file in the JDeveloper browser. |
class |
JspSourceNode
The
JspSourceNode interface represents a Jsp source file in the JDeveloper browser. |
| Modifier and Type | Class and Description |
|---|---|
class |
oracle.jdeveloper.webapp.BrowsableWebDocumentNode |
class |
oracle.jdeveloper.webapp.DelegatingXMLSourceNode |
class |
oracle.jdeveloper.webapp.WebDocumentNode |
| Modifier and Type | Class and Description |
|---|---|
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode |