Uses of Interface
dev.zemco.codegame.presentation.INavigator
Packages that use INavigator
Package
Description
Presents the application state to the user.
MVC components for presenting the problem selection to the user.
MVC components for presenting the solution to the user.
-
Uses of INavigator in dev.zemco.codegame.presentation
Classes in dev.zemco.codegame.presentation that implement INavigatorModifier and TypeClassDescriptionclassSimple implementation of navigation which treats requested navigation routes as view ids. -
Uses of INavigator in dev.zemco.codegame.presentation.problems
Constructors in dev.zemco.codegame.presentation.problems with parameters of type INavigatorModifierConstructorDescriptionProblemListController(IProblemListModel model, INavigator navigator) Creates an instance ofProblemListController. -
Uses of INavigator in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type INavigatorModifierConstructorDescriptionSolutionController(ISolutionModel model, INavigator navigator, IDialogService dialogService, IHighlightStyleComputer highlightStyleComputer) Creates an instance ofSolutionController.