See: Description
| Interface | Description |
|---|---|
| PanelLibrary.HeaderPanel | Deprecated
replaced by PanelSetChangeValidator
|
| PanelLibrary.HeaderPanelListener | Deprecated
replaced by PanelSetChanger
|
| Class | Description |
|---|---|
| BaseInfoPanel | Deprecated |
| DBTraversablePanel |
Base Traversable class for panels in the PanelLibrary framework.
|
| 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.
|
| 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.
|
| SchemaPanel | |
| SelectDBObjectsPanel |
Base panel for picking DBObjects from a DBObjectProvider.
|
| SelectSchemaPanel |
Simple panel containing single Schema Picker
|
| 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 |