|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-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 that return DBObjectNode | |
|---|---|
DBObjectNode |
DBEditorConfig.getOriginalObjectNode()
If this config was created using a DBObjectNode representing the object to edit, this returns that node. |
| Methods in oracle.ide.db.dialogs with parameters of type DBObjectNode | |
|---|---|
boolean |
DBEditorFactory.canEditDBObject(DBObjectNode node)
Deprecated. No longer needed. This check is done automatically if you use DBEditorFactoryRegistry.getEditFactory(DBObjectNode). |
DBObject |
DBEditorFactory.createDBObject(DBObjectNode node,
java.lang.String dbObjectType)
Deprecated. use DBEditorFactory.launchDialog(DBEditorConfig) |
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(). |
static DBEditorConfig |
DBEditorConfig.newEditConfig(DBObjectNode node)
Creates a new config for launching a database object edit dialog. |
| 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,
SystemObject 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 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||