Uses of Interface
dev.zemco.codegame.presentation.IViewProvider
Packages that use IViewProvider
Package
Description
Main package containing components related to app launch.
Presents the application state to the user.
-
Uses of IViewProvider in dev.zemco.codegame
Methods in dev.zemco.codegame that return IViewProviderModifier and TypeMethodDescriptionstatic IViewProviderBootstraps all needed application components with the provided resource class and primary stage. -
Uses of IViewProvider in dev.zemco.codegame.presentation
Classes in dev.zemco.codegame.presentation that implement IViewProviderModifier and TypeClassDescriptionclassProvides JavaFX views by loading raw FXML views from theIFxmlViewSourceProvider.Constructors in dev.zemco.codegame.presentation with parameters of type IViewProviderModifierConstructorDescriptionSimpleViewIdNavigator(IStageProvider stageProvider, IViewProvider viewProvider) Creates an instance ofSimpleViewIdNavigatorready for navigation.