Package | Description |
---|---|
oracle.bali.xml.addin | |
oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
oracle.ide.db.model |
Classes associated with the IDE's navigator nodes for database
connections and database objects.
|
oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors.
|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.jdeveloper.library |
The
Libraries package provides the library API used
by JDeveloper. |
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.offlinedb.browser |
Offline Database Node implementations for the JDeveloper's Application
Navigator.
|
oracle.jdeveloper.rescat2.model.nodes | |
oracle.jdeveloper.vcs.nav | |
oracle.jdeveloper.vcs.versionhistory | |
oracle.jdeveloper.webapp | |
oracle.jdevimpl.offlinedb.browser | |
oracle.jdevimpl.webapp.html |
Modifier and Type | Class and Description |
---|---|
class |
oracle.bali.xml.addin.XMLSourceNode |
Modifier and Type | Class and Description |
---|---|
class |
RegisteredDynamicNode
Deprecated.
not replaced.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDBObjectNode
Convenience subclass of Node that implements DBObjectNode.
|
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 |
IdeLayout
IdeLayout class.
|
class |
IdeProperties
The
IdeProperties class is reponsible for managing the
general layout information, such as the size and position of the main
application window and the opened editor frames for example. |
class |
Layout
Layout interface.
|
class |
SimpleLayout
Simple layout information.
|
Modifier and Type | Class and Description |
---|---|
class |
DataContainer |
class |
DataNode |
class |
DefaultContainer
|
class |
DeployableTextNode
Trivial subclass of
TextNode that has the
ElementAttributes.DEPLOYABLE attribute set. |
class |
HashStructureNode
Node implementation for an object that stores properties in a
HashStructure and persists those properties to XML via
HashStructureIO.
|
class |
IdeSystem
This class is for internal use, and should not be used by extension
developers.
|
class |
ImageNode
Node subclass for GIF, JPEG, and PNG image files. |
class |
Node
The base class for all document types that need to interact with the IDE
framework.
|
class |
Project
This class represents a user project in the IDE.
|
class |
TextNode
A base class for
Node s representing text files. |
class |
UnrecognizedTextNode
The
UnrecognizedTextNode is used for files that are
not recognized by the node recognizer system. |
class |
Workspace
Workspace represents an Application.
|
class |
XMLDataContainer
The
XMLDataContainer is the Node wrapper
for a Folder -implementing JavaBean that can be
persisted to XML using the XML marshalling framework in
oracle.ide.marshal.xml . |
class |
XMLDataNode
The
XMLDataNode class is the Node wrapper for
a JavaBean class that can be persisted to XML using the XML
marshalling framework Object2Dom . |
Modifier and Type | Class and Description |
---|---|
class |
ExternalLibrary |
class |
JDKNode |
class |
JLibraryNode |
class |
LegacyLibraryList
The sole intention of LegacyLibraryList is to represent a libraries.xml file
used in pre 10.1.3 releases such that the data may be read by the migration
mechanics for conversion to the 10.1.3 format.
|
class |
LibraryDataNode |
Modifier and Type | Class and Description |
---|---|
class |
BaseMergeNode<T> |
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 |
ProviderNode
Node for a provider in the navigator.
|
class |
SchemaNode
Node for the schema/package object in the system navigator.
|
Modifier and Type | Class and Description |
---|---|
class |
AllConnectionsNode |
class |
CatalogContextNode |
class |
ConnectionTypeNode |
class |
DirContextNode |
class |
ExtendedGenericNode<E extends Element> |
class |
GenericNode<E extends Element> |
class |
MyCatalogsNode |
class |
PaletteRootNode |
class |
RepositoriesRootNode |
class |
RepositoryRootNode |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionListFilterNode |
class |
ConnectionNodeDecorator |
Modifier and Type | Class and Description |
---|---|
class |
VersionHistoryNode |
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.offlinedb.browser.BaseOfflineDBObjectNode
Base class for the nodes in JDev that represent offline database objects.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode |