Package org.bidib.wizard.config
Interface LocoTableControllerFactory
public interface LocoTableControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateLocoTableController(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 nodedesktop- the desktop instanceparent- the parent frame- Returns:
- the LocoTableController instance
-