|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBObjectNode | |
|---|---|
| oracle.ide.db.dialogs | Dialogs for working with database objects in the IDE. |
| oracle.ide.db.model | Classes associated with the IDE's navigator nodes for database connections and database objects. |
| oracle.jdeveloper.db.navigator | Utilities for using the "Database Navigator" that SQL Developer provides in JDeveloper, to avoid referencing SQL Developer code directly. |
| 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 | |
| Uses of DBObjectNode in oracle.ide.db.dialogs |
|---|
| Methods in oracle.ide.db.dialogs with parameters of type DBObjectNode | |
|---|---|
boolean |
DBEditorFactory.canEditDBObject(DBObjectNode node)
Deprecated. |
DBObject |
DBEditorFactory.createDBObject(DBObjectNode node,
java.lang.String dbObjectType)
Creates a new database object of given type using the given node's object as a parent. |
boolean |
DBEditorFactory.editDBObject(DBObjectNode node)
Edits and existing database object in a provider. |
static DBEditorFactory |
DBEditorFactoryRegistry.getEditFactory(DBObjectNode node)
Finds and returns a factory that can edit an object of the type specified by DBObjectTypeNode.getObjectType(). |
| Uses of DBObjectNode in oracle.ide.db.model |
|---|
| Subinterfaces of DBObjectNode in oracle.ide.db.model | |
|---|---|
interface |
DBObjectPlSqlNode
|
| Classes in oracle.ide.db.model that implement DBObjectNode | |
|---|---|
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. |
| Uses of DBObjectNode in oracle.jdeveloper.db.navigator |
|---|
| Methods in oracle.jdeveloper.db.navigator that return DBObjectNode | |
|---|---|
static DBObjectNode |
DatabaseNavigatorHelper.findObjectNode(Database db,
SchemaObject obj)
Gets the node in the Database Navigator for the given object within the given Database. |
| Uses of DBObjectNode in oracle.jdeveloper.offlinedb.browser |
|---|
| Subinterfaces of DBObjectNode in oracle.jdeveloper.offlinedb.browser | |
|---|---|
interface |
SchemaObjectNode
Interface for all offline database nodes containing SchemaObjects to implement. |
| Classes in oracle.jdeveloper.offlinedb.browser that implement DBObjectNode | |
|---|---|
class |
SchemaNode
Node for the schema/package object in the system navigator. |
| Uses of DBObjectNode in oracle.jdeveloper.offlinedb.model |
|---|
| Subinterfaces of DBObjectNode in oracle.jdeveloper.offlinedb.model | |
|---|---|
interface |
OfflineDBObjectNode
Interface for all offline database nodes containing DBObjects to implement. |
| Uses of DBObjectNode in oracle.jdevimpl.offlinedb.browser |
|---|
| Classes in oracle.jdevimpl.offlinedb.browser that implement DBObjectNode | |
|---|---|
class |
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||