Package org.bidib.wizard.mvc.debug.view
Class DebugInterfaceView
- java.lang.Object
-
- org.bidib.wizard.mvc.debug.view.DebugInterfaceView
-
- All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable
public class DebugInterfaceView 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 DebugInterfaceView(com.vlsolutions.swing.docking.DockingDesktop desktop, DebugInterfaceControllerListener listener, DebugInterfaceModel debugInterfaceModel, SettingsService settingsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDebugInterfaceViewListener(DebugInterfaceViewListener l)voidaddLog(String logMessage)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
-
DebugInterfaceView
public DebugInterfaceView(com.vlsolutions.swing.docking.DockingDesktop desktop, DebugInterfaceControllerListener listener, DebugInterfaceModel debugInterfaceModel, 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
-
addDebugInterfaceViewListener
public void addDebugInterfaceViewListener(DebugInterfaceViewListener l)
-
addLog
public void addLog(String logMessage)
-
-