Interface IFxmlViewSourceProvider

All Known Implementing Classes:
ResourceFxmlViewSourceProvider

public interface IFxmlViewSourceProvider
Manages the JavaFX FXML sources for views.
Author:
Erik Zemčík
  • Method Details

    • getFxmlViewSourceStreamById

      InputStream getFxmlViewSourceStreamById(String viewId)
      Provides an input stream with the raw FXML source of the requested view. The view is identified by the viewId parameter.
      Parameters:
      viewId - identification of the view
      Returns:
      input stream with the raw FXML source
      Throws:
      IllegalArgumentException - if viewId is null or empty
      UnknownViewException - when the view is not known by the provider