Uses of Class
de.seggebaeing.sqlanalyzer.presentation.uielements.window.BDOWindow
Packages that use BDOWindow
Package
Description
-
Uses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.controller.details
Subclasses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.controller.detailsModifier and TypeClassDescriptionclass
Details/edit window controller for a singleGeneratedQuery
.class
Details/edit window controller for a singleLLM
.class
Details/edit window controller for a singlePrompt
.class
Details/edit window controller for a singlePromptType
.class
Details/edit window controller for a singleSampleQuery
. -
Uses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.controller.overview
Subclasses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.controller.overviewModifier and TypeClassDescriptionclass
Overview window controller forGeneratedQuery
entries.class
Overview window controller forLLM
entries.class
Overview window controller forPrompt
entries.class
Overview window controller forPromptType
entries.class
Overview window controller forSampleQuery
entries. -
Uses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.uielements.window
Subclasses of BDOWindow in de.seggebaeing.sqlanalyzer.presentation.uielements.windowModifier and TypeClassDescriptionclass
DetailsWindow<T extends BusinessDomainObject>
Abstract base controller for detail/edit windows of aBusinessDomainObject
.class
OverviewWindow<BDO extends BusinessDomainObject>
Abstract base for list/overview windows ofBusinessDomainObject
s.