|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
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. |
Uses of DBObjectNode in oracle.ide.db.dialogs |
---|
Methods in oracle.ide.db.dialogs with parameters of type DBObjectNode | |
---|---|
boolean |
BaseDBEditorFactory.canEditDBObject(DBObjectNode node)
|
boolean |
DBEditorFactory.canEditDBObject(DBObjectNode node)
Whether this DBEditorFactory will be able to edit the existing provider object represented by the given node. |
DBObject |
BaseDBEditorFactory.createDBObject(DBObjectNode node,
java.lang.String dbObjectType)
|
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 |
BaseDBEditorFactory.editDBObject(DBObjectNode node)
|
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 the given object. |
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |