See: Description
| Interface | Description | 
|---|---|
| DBTraversable | 
 Traversable specialisation that include methods to deal with default
 focus in the database editor frameworks. 
 | 
| PanelLibrary.HeaderPanel | Deprecated
 replaced by PanelSetChangeValidator 
 | 
| PanelLibrary.HeaderPanelListener | Deprecated
 replaced by PanelSetChanger 
 | 
| PanelLibrary.PanelSetChanger | 
 If a PanelSetChanger is in the TraversableContext then it can be used
 to change the set of panels in the current editor. 
 | 
| PanelLibrary.PanelSetChangeValidator | 
 Optional callback validation mechanism when a panel set change is made. 
 | 
| Class | Description | 
|---|---|
| BaseInfoPanel | Deprecated | 
| DBTraversablePanel | Deprecated
 implement DBTraversable instead. 
 | 
| DDLPanel | |
| MDDEditorPanel | |
| PanelLibrary<T extends DBObject> | 
 A panel library is a way that a list of wizard/dialog panels can be built up
 generically, and a set of Steps or Navigables - flat or nested can be
 retrieved. 
 | 
| PanelLibrary.DelegatePanelLibrary<T extends DBObject> | 
 Allows the creation of a PanelLibrary that can delegate all the panel
 logic to an underlying PanelLibrary and then override other
 specifics as required. 
 | 
| SchemaPanel | |
| SelectDBObjectsPanel | 
 Base panel for picking DBObjects from a DBObjectProvider. 
 | 
| SelectSchemaPanel | 
 Simple panel containing single Schema Picker 
 | 
| SelectSchemaPanel.SchemaChooserContext | 
 Class for setting the context for a Schema chooser dialog 
 | 
| SkippingTraversable | 
 Extends DefaultTravesablePanel with the ability to skip to the next panel. 
 | 
| TabbedEditorPanel | 
 Panel that makes up a create or edit dialog. 
 | 
| TemplateObjectsPanel | |
| XMLSchemaTabbedPanel | Deprecated |