| Package | Description | 
|---|---|
| oracle.ide.db.model | 
 Classes associated with the IDE's navigator nodes for database
connections and database objects. 
 | 
| oracle.jdeveloper.db.model | 
 Utility classes for dealing with database Node implementations in JDeveloper
(e.g. 
 | 
| oracle.jdeveloper.offlinedb.browser | 
 Offline Database Node implementations for the JDeveloper's Application
Navigator. 
 | 
| oracle.jdeveloper.offlinedb.model | 
 Classes that define an offline database's settings and properties. 
 | 
| oracle.jdevimpl.offlinedb.browser | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DBObjectNode
Interface for anything that can contain a DBObject. 
 | 
interface  | 
DBObjectPlSqlNode  | 
interface  | 
DBObjectPropertyNode
Interface for any Node/Element that represents a property on a DBObject
 to implement. 
 | 
interface  | 
DBObjectTypeNode
Interface for any node (including folders) that represents a DBObject type. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Database | 
AppDBDropHelper.ensureConnectionInApp(DBObjectProviderNode node,
                     Context ideContext)
Tests if the given node is in the current Application. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SchemaObjectNode
Interface for all offline database nodes containing SchemaObjects to
 implement. 
 | 
| 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 | Interface and Description | 
|---|---|
interface  | 
OfflineDBObjectNode
Interface for all offline database nodes containing DBObjects to implement. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
Base class for the nodes in JDev that represent offline database objects. 
 |