Interface LocoControllerFactory


public interface LocoControllerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createLocoController(org.bidib.wizard.api.model.CommandStationNodeInterface node, JFrame parent, org.bidib.wizard.api.model.NodeProvider nodeProvider, DialogRegistry dialogRegistry)
    Create the loco controller.
  • Method Details

    • createLocoController

      LocoController createLocoController(org.bidib.wizard.api.model.CommandStationNodeInterface node, JFrame parent, org.bidib.wizard.api.model.NodeProvider nodeProvider, DialogRegistry dialogRegistry)
      Create the loco controller.
      Parameters:
      node - the node
      parent - the parent frame
      nodeProvider - the node provider
      Returns:
      the loco controller