Class HopGuiLogBrowser
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.pipeline.HopGuiLogBrowser
-
public class HopGuiLogBrowser extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiLogBrowser(org.eclipse.swt.widgets.Text text, ILogParentProvided logProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ILogParentProvidedgetLogProvider()org.eclipse.swt.widgets.TextgetText()voidinstallLogSniffer()booleanisPaused()voidsetPaused(boolean paused)
-
-
-
Constructor Detail
-
HopGuiLogBrowser
public HopGuiLogBrowser(org.eclipse.swt.widgets.Text text, ILogParentProvided logProvider)
-
-
Method Detail
-
installLogSniffer
public void installLogSniffer()
-
getText
public org.eclipse.swt.widgets.Text getText()
- Returns:
- the text
-
getLogProvider
public ILogParentProvided getLogProvider()
-
isPaused
public boolean isPaused()
-
setPaused
public void setPaused(boolean paused)
-
-