Interface MainViewFactory


public interface MainViewFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.bidib.wizard.common.service.SettingsService settingsService)
    Create the MainView.
  • Method Details

    • create

      MainView create(org.bidib.wizard.common.service.SettingsService settingsService)
      Create the MainView.
      Parameters:
      settingsService - the settings service
      applicationContext - the application context
      Returns:
      the main view