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.dialogs.DBEditorFactory

Packages that use DBEditorFactory
oracle.ide.db.dialogs Dialogs for working with database objects in the IDE. 
 

Uses of DBEditorFactory in oracle.ide.db.dialogs
 

Classes in oracle.ide.db.dialogs that implement DBEditorFactory
 class BaseDBEditorFactory
          Default implementation of DBEditorFactory that uses registered PanelLibrary classes to determine which objects are supported, and to drive the use of the default db object editor.
 

Methods in oracle.ide.db.dialogs that return DBEditorFactory
static DBEditorFactory DBEditorFactoryRegistry.findFactory(java.lang.Class<? extends DBObjectProvider> c)
           
static DBEditorFactory DBEditorFactoryRegistry.getCreateFactory(DBObjectProvider pro, java.lang.String dbObjectType)
          Finds and returns a factory that can create an object of the given type in the given schema and provider.
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 DBEditorFactory DBEditorFactoryRegistry.getEditFactory(DBObject obj, DBObjectProvider pro)
          Finds and returns a factory that can edit the given object.
static DBEditorFactory DBEditorFactoryRegistry.getEditFactory(DBObjectNode node)
          Finds and returns a factory that can edit an object of the type specified by DBObjectTypeNode.getObjectType().
static DBEditorFactory DBEditorFactoryRegistry.getEditFactory(SchemaObject obj, DBObjectProvider pro)
           
 

Methods in oracle.ide.db.dialogs with parameters of type DBEditorFactory
static void DBEditorFactoryRegistry.registerDBEditorFactory(java.lang.Class providerClass, DBEditorFactory factory)
          Deprecated. use the extension.xml mechanism instead.
 


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.