Package org.bidib.wizard.config
Interface PomProgrammerControllerFactory
public interface PomProgrammerControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreatePomProgrammerController(org.bidib.wizard.api.model.CommandStationNodeInterface node, DialogRegistry dialogRegistry, JFrame parent, Point location) Create the PomProgrammer controller.
-
Method Details
-
createPomProgrammerController
PomProgrammerController createPomProgrammerController(org.bidib.wizard.api.model.CommandStationNodeInterface node, DialogRegistry dialogRegistry, JFrame parent, Point location) Create the PomProgrammer controller.- Parameters:
node- the nodeparent- the parent framelocation- the location to show- Returns:
- the initialized PomProgrammer controller
-