Package org.bidib.wizard.config
Interface DebugInterfaceControllerFactory
public interface DebugInterfaceControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateController(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.common.service.SettingsService settingsService) Create the DebugInterfaceController instance.
-
Method Details
-
createController
DebugInterfaceController createController(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.common.service.SettingsService settingsService) Create the DebugInterfaceController instance.- Parameters:
desktop- the desktopsettingsService- the settings service- Returns:
- the DebugInterfaceController instance
-