Interface FirmwareControllerFactory


public interface FirmwareControllerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createFirmwareController(org.bidib.wizard.firmwarerepo.core.FirmwareRepoService firmwareRepoService, org.bidib.wizard.api.model.NodeInterface node, JFrame parent)
    Create the firmware controller.
  • Method Details

    • createFirmwareController

      FirmwareController createFirmwareController(org.bidib.wizard.firmwarerepo.core.FirmwareRepoService firmwareRepoService, org.bidib.wizard.api.model.NodeInterface node, JFrame parent)
      Create the firmware controller.
      Parameters:
      node - the node
      parent - the parent frame
      Returns:
      the initialized firmware controller