Package org.bidib.wizard.config
Interface LocoTableControllerFactory
-
public interface LocoTableControllerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocoTableControllercreateLocoTableController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent)Create the LocoTableController instance.
-
-
-
Method Detail
-
createLocoTableController
LocoTableController createLocoTableController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent)
Create the LocoTableController instance.- Parameters:
node- the nodeparent- the parent frame- Returns:
- the LocoTableController instance
-
-