Interface DebugInterfaceControllerFactory


public interface DebugInterfaceControllerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createController(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 desktop
      settingsService - the settings service
      Returns:
      the DebugInterfaceController instance