|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
BaseDBEditorFactoryDefault 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)Finds the factory for a given provider class. |
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)Registers a factory against a given provider class. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||