Class DebugInterfaceView

  • All Implemented Interfaces:
    com.vlsolutions.swing.docking.Dockable

    public class DebugInterfaceView
    extends Object
    implements com.vlsolutions.swing.docking.Dockable
    • Constructor Detail

      • DebugInterfaceView

        public DebugInterfaceView​(com.vlsolutions.swing.docking.DockingDesktop desktop,
                                  DebugInterfaceControllerListener listener,
                                  DebugInterfaceModel debugInterfaceModel,
                                  org.bidib.wizard.common.service.SettingsService settingsService)
    • Method Detail

      • getDockKey

        public com.vlsolutions.swing.docking.DockKey getDockKey()
        Specified by:
        getDockKey in interface com.vlsolutions.swing.docking.Dockable
      • getComponent

        public Component getComponent()
        Specified by:
        getComponent in interface com.vlsolutions.swing.docking.Dockable
      • addLog

        public void addLog​(String logMessage)