Uses of Class
de.seggebaeing.sqlanalyzer.presentation.uielements.window.TitledInitializableWindow
Packages that use TitledInitializableWindow
Package
Description
-
Uses of TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.controller.details
Subclasses of TitledInitializableWindow 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 TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.controller.general
Subclasses of TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.controller.generalModifier and TypeClassDescriptionclass
Controller for the evaluation workflow.class
Controller for the Evaluation Settings dialog.class
Controller for the SQL generation workflow.class
Controller for the Generation Settings dialog.class
Controller for the home screen providing navigation to domain overviews (LLMs, prompts, prompt types, sample/generated queries) and to the generation/evaluation workflows. -
Uses of TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.controller.overview
Subclasses of TitledInitializableWindow 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 TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.uielements.window
Subclasses of TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.uielements.windowModifier and TypeClassDescriptionclass
BDOWindow<T extends BusinessDomainObject>
Abstract JavaFX base controller for windows operating on a specificBusinessDomainObject
type.class
DetailsWindow<T extends BusinessDomainObject>
Abstract base controller for detail/edit windows of aBusinessDomainObject
.class
JavaFX window for displaying HTML help content in aWebView
with a loading spinner.class
OverviewWindow<BDO extends BusinessDomainObject>
Abstract base for list/overview windows ofBusinessDomainObject
s.class
Abstract base controller for long-running worker windows. -
Uses of TitledInitializableWindow in de.seggebaeing.sqlanalyzer.presentation.util
Methods in de.seggebaeing.sqlanalyzer.presentation.util that return TitledInitializableWindowModifier and TypeMethodDescriptionstatic TitledInitializableWindow
ControllerFactory.createGeneralController
(GeneralWindowType windowType) Creates a controller for the requested general window type (generation/evaluation workflows or their settings dialogs).