Uses of Interface
dev.zemco.codegame.presentation.dialog.IDialogService
Packages that use IDialogService
Package
Description
Presents modal dialogs to the user.
MVC components for presenting the solution to the user.
-
Uses of IDialogService in dev.zemco.codegame.presentation.dialog
Classes in dev.zemco.codegame.presentation.dialog that implement IDialogServiceModifier and TypeClassDescriptionclassImplementation of a service for presenting popup dialogs to the user using JavaFX. -
Uses of IDialogService in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type IDialogServiceModifierConstructorDescriptionSolutionController(ISolutionModel model, INavigator navigator, IDialogService dialogService, IHighlightStyleComputer highlightStyleComputer) Creates an instance ofSolutionController.