Package org.bidib.wizard.config
Interface MainViewFactory
-
public interface MainViewFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MainViewcreate(org.bidib.wizard.common.service.SettingsService settingsService)Create the MainView.
-
-
-
Method Detail
-
create
MainView create(org.bidib.wizard.common.service.SettingsService settingsService)
Create the MainView.- Parameters:
settingsService- the settings serviceapplicationContext- the application context- Returns:
- the main view
-
-