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 Throwable
getCause()
org.pentaho.reporting.libraries.base.config.Configuration
getConfiguration()
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportEventSource
getEventSource()
org.pentaho.reporting.engine.classic.core.modules.gui.common.IconTheme
getIconTheme()
Locale
getLocale()
String
getMessage()
org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener
getStatusListener()
org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType
getStatusType()
Window
getWindow()
void
setStatus(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:
getConfiguration
in 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:
getIconTheme
in interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext
-
getLocale
public Locale getLocale()
- Specified by:
getLocale
in 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:
getEventSource
in 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:
getStatusListener
in interfaceorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContext
-
getWindow
public Window getWindow()
- Specified by:
getWindow
in 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:
setStatus
in 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()
-
-