Interface LocoTableControllerFactory


public interface LocoTableControllerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createLocoTableController(org.bidib.wizard.api.model.NodeInterface node, com.vlsolutions.swing.docking.DockingDesktop desktop, JFrame parent)
    Create the LocoTableController instance.
  • Method Details

    • createLocoTableController

      LocoTableController createLocoTableController(org.bidib.wizard.api.model.NodeInterface node, com.vlsolutions.swing.docking.DockingDesktop desktop, JFrame parent)
      Create the LocoTableController instance.
      Parameters:
      node - the node
      desktop - the desktop instance
      parent - the parent frame
      Returns:
      the LocoTableController instance