Uses of Class
de.seggebaeing.sqlanalyzer.presentation.uielements.window.DetailsWindow
Packages that use DetailsWindow
Package
Description
-
Uses of DetailsWindow in de.seggebaeing.sqlanalyzer.presentation.controller.details
Subclasses of DetailsWindow 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 DetailsWindow in de.seggebaeing.sqlanalyzer.presentation.util
Methods in de.seggebaeing.sqlanalyzer.presentation.util that return DetailsWindowModifier and TypeMethodDescriptionstatic DetailsWindow
<?> ControllerFactory.createDetailsController
(BusinessDomainObject bdo) Creates a details controller bound to the given BDO instance by dispatching on its runtime type (SampleQuery, PromptType, LLM, Prompt, GeneratedQuery).