See: Description
| Interface | Description | 
|---|---|
| DBEditorFactory | 
 A DBEditorFactory is responsible for creating and editing Database Objects
 in a DBObjectProvider. 
 | 
| Class | Description | 
|---|---|
| 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. 
 | 
| CascadeConfirmDialog | 
 Dialog for showing a CascadeRequiredException to the user and prompting them
 to choose to cascade or not. 
 | 
| DBDialogHeader | 
 Dialog Header implementation for any one page database dialogs. 
 | 
| DBEditorConfig | 
 Configuration class for launching a database object "Create" or "Edit"
 dialog. 
 | 
| DBEditorFactoryRegistry | 
 Registry where DBEditorFactory classes are registered to provider create/edit
 support for a given class of DBObjectProvider. 
 | 
| DBExceptionDialog | 
 Dialog for displaying DBExceptions to the user. 
 | 
| SQLErrorDialog | 
 Dialog for displaying SQLExceptions that are encountered to the user. 
 | 
| TemplateObjectChooser | 
| Enum | Description | 
|---|---|
| DBEditorConfig.Result | 
 Result class for the commit operation to the provider. 
 | 
| DBEditorFactory.EditorType | 
 Enum for the different types of "editor" that the framework supports. 
 |