Class DebugInterfaceController
java.lang.Object
org.bidib.wizard.mvc.debug.controller.DebugInterfaceController
- All Implemented Interfaces:
DebugInterfaceControllerListener
-
Constructor Summary
ConstructorsConstructorDescriptionDebugInterfaceController(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.common.service.SettingsService settingsService, DebugConnectionService debugConnectionService) Create new instance ofDebugInterfaceController. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetSelectedCommPort(org.bidib.wizard.api.model.common.CommPort commPort) voidstart()voidClosed the view.
-
Constructor Details
-
DebugInterfaceController
public DebugInterfaceController(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.common.service.SettingsService settingsService, DebugConnectionService debugConnectionService) Create new instance ofDebugInterfaceController.- Parameters:
desktop- the docking desktop
-
-
Method Details
-
setSelectedCommPort
public void setSelectedCommPort(org.bidib.wizard.api.model.common.CommPort commPort) - Specified by:
setSelectedCommPortin interfaceDebugInterfaceControllerListener
-
start
public void start() -
viewClosed
public void viewClosed()Description copied from interface:DebugInterfaceControllerListenerClosed the view.- Specified by:
viewClosedin interfaceDebugInterfaceControllerListener
-
fireLogToFileChanged
protected void fireLogToFileChanged()
-