Class NetDebugView
- java.lang.Object
-
- org.bidib.wizard.mvc.netdebug.view.NetDebugView
-
- All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable
public class NetDebugView extends Object implements com.vlsolutions.swing.docking.Dockable
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGGER_PANE_NAME
-
Constructor Summary
Constructors Constructor Description NetDebugView(com.vlsolutions.swing.docking.DockingDesktop desktop, NetDebugControllerListener listener, NetDebugModel netDebugModel, SettingsService settingsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLog(String logMessage)voidaddNetDebugViewListener(NetDebugViewListener listener)ComponentgetComponent()com.vlsolutions.swing.docking.DockKeygetDockKey()
-
-
-
Field Detail
-
LOGGER_PANE_NAME
public static final String LOGGER_PANE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NetDebugView
public NetDebugView(com.vlsolutions.swing.docking.DockingDesktop desktop, NetDebugControllerListener listener, NetDebugModel netDebugModel, SettingsService settingsService)
-
-
Method Detail
-
getDockKey
public com.vlsolutions.swing.docking.DockKey getDockKey()
- Specified by:
getDockKeyin interfacecom.vlsolutions.swing.docking.Dockable
-
getComponent
public Component getComponent()
- Specified by:
getComponentin interfacecom.vlsolutions.swing.docking.Dockable
-
addNetDebugViewListener
public void addNetDebugViewListener(NetDebugViewListener listener)
-
addLog
public void addLog(String logMessage)
-
-