Class PentahoReportingSwingGuiContext
- java.lang.Object
-
- org.pentaho.di.trans.steps.pentahoreporting.PentahoReportingSwingGuiContext
-
- All Implemented Interfaces:
org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext,org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener,org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
public class PentahoReportingSwingGuiContext extends Object implements org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener, org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
-
-
Constructor Summary
Constructors Constructor Description PentahoReportingSwingGuiContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()org.pentaho.reporting.libraries.base.config.ConfigurationgetConfiguration()org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportEventSourcegetEventSource()org.pentaho.reporting.engine.classic.core.modules.gui.common.IconThemegetIconTheme()LocalegetLocale()StringgetMessage()org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListenergetStatusListener()org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusTypegetStatusType()WindowgetWindow()voidsetStatus(org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType statusType, String message, Throwable cause)
-
-
-
Method Detail
-
getConfiguration
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
- Specified by:
getConfigurationin interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext
-
getIconTheme
public org.pentaho.reporting.engine.classic.core.modules.gui.common.IconTheme getIconTheme()
- Specified by:
getIconThemein interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext
-
getLocale
public Locale getLocale()
- Specified by:
getLocalein interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext
-
getEventSource
public org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportEventSource getEventSource()
- Specified by:
getEventSourcein interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
-
getStatusListener
public org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener getStatusListener()
- Specified by:
getStatusListenerin interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
-
getWindow
public Window getWindow()
- Specified by:
getWindowin interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
-
setStatus
public void setStatus(org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType statusType, String message, Throwable cause)- Specified by:
setStatusin interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener
-
getStatusType
public org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType getStatusType()
-
getMessage
public String getMessage()
-
getCause
public Throwable getCause()
-
-