Class HopGuiWorkflowLogDelegate

    • Constructor Detail

      • HopGuiWorkflowLogDelegate

        public HopGuiWorkflowLogDelegate​(HopGui hopGui,
                                         HopGuiWorkflowGraph workflowGraph)
        Parameters:
        hopGui -
    • Method Detail

      • addWorkflowLog

        public void addWorkflowLog()
      • getInstance

        public static HopGuiWorkflowLogDelegate getInstance()
        When a toolbar is hit it knows the class so it will come here to ask for the instance.
        Returns:
        The active instance of this class
      • clearLog

        public void clearLog()
      • showLogSettings

        @GuiToolbarElement(root="HopGuiWorkflowLogDelegate-ToolBar",
                           id="ToolbarIcon-10020-LogSettings",
                           toolTip="i18n:org.apache.hop.ui.hopgui:WorkflowLog.Button.LogSettings",
                           image="ui/images/settings.svg")
        public void showLogSettings()
      • showErrors

        @GuiToolbarElement(root="HopGuiWorkflowLogDelegate-ToolBar",
                           id="ToolbarIcon-10010-ShowErrorLines",
                           toolTip="i18n:org.apache.hop.ui.hopgui:WorkflowLog.Button.ShowErrorLines",
                           image="ui/images/filter.svg")
        public void showErrors()
      • getWorkflowLogTab

        public org.eclipse.swt.custom.CTabItem getWorkflowLogTab()
        Returns:
        the workflow log tab
      • pauseLog

        @GuiToolbarElement(root="HopGuiWorkflowLogDelegate-ToolBar",
                           id="ToolbarIcon-10030-LogPauseResume",
                           toolTip="i18n:org.apache.hop.ui.hopgui:WorkflowLog.Button.Pause",
                           image="ui/images/pause.svg",
                           separator=true)
        public void pauseLog()
      • hasSelectedText

        public boolean hasSelectedText()
      • copySelected

        public void copySelected()