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

E17493-02

Uses of Class
oracle.ide.db.dialogs.DBEditorConfig

Packages that use DBEditorConfig
oracle.ide.db.controls Reusable UI controls to used to show or list database objects. 
oracle.ide.db.dialogs Dialogs for working with database objects in the IDE. 
oracle.ide.db.panels Reusable UI panels for listing, creating or editing database objects in dialogs in the IDE. 
 

Uses of DBEditorConfig in oracle.ide.db.controls
 

Methods in oracle.ide.db.controls with parameters of type DBEditorConfig
 void SchemaPicker.init(DBEditorConfig config, Schema schema)
          Initializes the picker using the given editor config, and pre-selects the given schema.
 

Uses of DBEditorConfig in oracle.ide.db.dialogs
 

Methods in oracle.ide.db.dialogs that return DBEditorConfig
static DBEditorConfig DBEditorConfig.newCreateConfig(DBObjectProvider pro, DBObject obj)
          Creates a new config for launching a database object create dialog.
static DBEditorConfig DBEditorConfig.newCreateConfig(DBObjectProvider pro, java.lang.String type, DBObject parent)
          Creates a new config for launching a database object create dialog.
static DBEditorConfig DBEditorConfig.newCreateConfig(DBObjectProvider pro, java.lang.String type, Schema schema)
          Creates a new config for launching a database object create dialog.
static DBEditorConfig DBEditorConfig.newCreateConfig(DBObjectTypeNode node)
          Creates a new config for launching a database object create dialog.
static DBEditorConfig DBEditorConfig.newEditConfig(DBObjectNode node)
          Creates a new config for launching a database object edit dialog.
static DBEditorConfig DBEditorConfig.newEditConfig(DBObjectProvider pro, DBObject obj)
          Creates a new config for launching a database object edit dialog.
 

Methods in oracle.ide.db.dialogs with parameters of type DBEditorConfig
static boolean CascadeConfirmDialog.confirmReplace(DBEditorConfig config)
          Checks the editor config to see whether a replace is giong to be needed to perform the given edit, and if so prompts the user to confirm that replace.
protected  Namespace BaseDBEditorFactory.createNamespace(DBEditorConfig config, java.util.Map<java.lang.String,java.lang.Class> verifiers)
           
 void BaseDBEditorFactory.launchDialog(DBEditorConfig config)
           
 void DBEditorFactory.launchDialog(DBEditorConfig config)
          Launches a create or edit dialog appropriate to the given DBEditorConfig.
static boolean CascadeConfirmDialog.updateObjects(java.awt.Component parent, java.lang.String title, DBEditorConfig config)
          Performs an updateObject operation.
 

Uses of DBEditorConfig in oracle.ide.db.panels
 

Methods in oracle.ide.db.panels with parameters of type DBEditorConfig
 void PanelLibrary.commitToProvider(DBEditorConfig config)
          The config must have a result of SUCCCESS set by this method for the dialog to be disposed of.
static DDLGenerator DDLPanel.getDDLGenerator(DBEditorConfig config)
           
 boolean PanelLibrary.shouldResetObjectBeforeEdit(DBEditorConfig config)
          If this method returns true the object to edit will be completely reset before the edit dialog is launched - so all of its properties will be required from the database.
protected  void PanelLibrary.showEditor(DBEditorConfig config)
           
 


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

E17493-02

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