Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.ide.db.model.DBObjectTypeNode

Packages that use DBObjectTypeNode
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 DBObjectTypeNode in oracle.ide.db.dialogs
 

Methods in oracle.ide.db.dialogs with parameters of type DBObjectTypeNode
 boolean DBEditorFactory.canCreateDBObject(DBObjectTypeNode node)
          Whether this DBEditorFactory will be able to create a new database object under the given node.
 SchemaObject DBEditorFactory.createDBObject(DBObjectTypeNode node)
          Deprecated. use DBEditorFactory.launchDialog(DBEditorConfig)
static DBEditorFactory DBEditorFactoryRegistry.getCreateFactory(DBObjectTypeNode node)
          Finds and returns a factory that can create an object of the given type in the given schema and provider.
static DBEditorConfig DBEditorConfig.newCreateConfig(DBObjectTypeNode node)
          Creates a new config for launching a database object create dialog.
 

Uses of DBObjectTypeNode in oracle.ide.db.model
 

Subinterfaces of DBObjectTypeNode in oracle.ide.db.model
 interface DBObjectNode
          Interface for anything that can contain a DBObject.
 interface DBObjectPlSqlNode
           
 

Classes in oracle.ide.db.model that implement DBObjectTypeNode
 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.
 

Methods in oracle.ide.db.model with parameters of type DBObjectTypeNode
static Schema DBObjectNodeUtil.getSchema(DBObjectTypeNode node, boolean defaultIfNone)
          Gets the schema for the given node.
static java.lang.String DBObjectNodeUtil.getSchemaName(DBObjectTypeNode node)
          Gets the schema name for the given type node, working around any irregularities in the navigator.
static java.lang.String DBObjectNodeUtil.normalizeType(DBObjectTypeNode node)
          Normalizes the object type for the given type node to workaround problems with the Database Navigator and PUBLIC synonyms and db links.
 

Uses of DBObjectTypeNode in oracle.jdeveloper.db.navigator
 

Methods in oracle.jdeveloper.db.navigator that return DBObjectTypeNode
static DBObjectTypeNode DatabaseNavigatorHelper.findTypeNode(Database db, Schema schema, java.lang.String type)
          Gets the given type folder in the Database Navigator (e.g.
 

Uses of DBObjectTypeNode in oracle.jdeveloper.offlinedb.browser
 

Subinterfaces of DBObjectTypeNode 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 DBObjectTypeNode
 class SchemaNode
          Node for the schema/package object in the system navigator.
 

Uses of DBObjectTypeNode in oracle.jdeveloper.offlinedb.model
 

Subinterfaces of DBObjectTypeNode in oracle.jdeveloper.offlinedb.model
 interface OfflineDBObjectNode
          Interface for all offline database nodes containing DBObjects to implement.
 

Uses of DBObjectTypeNode in oracle.jdevimpl.offlinedb.browser
 

Classes in oracle.jdevimpl.offlinedb.browser that implement DBObjectTypeNode
 class oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.