Package org.bidib.wizard.config
Interface LocoControllerFactory
public interface LocoControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateLocoController(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 nodeparent- the parent framenodeProvider- the node provider- Returns:
- the loco controller
-