Package org.bidib.wizard.config
Interface NetDebugControllerFactory
-
public interface NetDebugControllerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetDebugControllercreateController(com.vlsolutions.swing.docking.DockingDesktop desktop)Create the NetDebugController instance.
-
-
-
Method Detail
-
createController
NetDebugController createController(com.vlsolutions.swing.docking.DockingDesktop desktop)
Create the NetDebugController instance.- Parameters:
desktop- the desktop- Returns:
- the NetDebugController instance
-
-