Uses of Interface
dev.zemco.codegame.presentation.IFxmlViewSourceProvider
Packages that use IFxmlViewSourceProvider
-
Uses of IFxmlViewSourceProvider in dev.zemco.codegame.presentation
Classes in dev.zemco.codegame.presentation that implement IFxmlViewSourceProviderModifier and TypeClassDescriptionclassProvides the JavaFX FXML sources from resources of the specified class for specified views.Constructors in dev.zemco.codegame.presentation with parameters of type IFxmlViewSourceProviderModifierConstructorDescriptionFxmlViewProvider(IFxmlViewSourceProvider viewSourceProvider, IControllerFactory controllerFactory, IViewStylesheetProvider viewStylesheetProvider, IFxmlLoaderFactory fxmlLoaderFactory) Creates an instance ofFxmlViewProviderready for use.