Interface IDebuggerPanel

    • Method Detail

      • getTitle

        java.lang.String getTitle()
        The title of the panel (name of the tab).
        Returns:
        The tab title.
      • getIcon

        javax.swing.Icon getIcon()
        The icon of the panel.
        Returns:
        The icon (or null, if none).
      • getComponent

        javax.swing.JComponent getComponent()
        The component to be shown in the gui.
        Returns:
        The component to be displayed.
      • getTooltipText

        java.lang.String getTooltipText()
        The tooltip text of the panel, if any.
        Returns:
        The tooltip text, or null.
      • getStepInfo

        java.lang.String getStepInfo()
        Get the step info. Help to decide which component step to perform next.
        Returns:
        Step info for debugging.
      • dispose

        void dispose()
        Dispose the panel.