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 and Description | 
|---|
PentahoReportingSwingGuiContext()  | 
| Modifier and Type | Method and 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)  | 
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration in interface org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContextpublic org.pentaho.reporting.engine.classic.core.modules.gui.common.IconTheme getIconTheme()
getIconTheme in interface org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContextpublic Locale getLocale()
getLocale in interface org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContextpublic org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportEventSource getEventSource()
getEventSource in interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContextpublic org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListener getStatusListener()
getStatusListener in interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContextpublic Window getWindow()
getWindow in interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.SwingGuiContextpublic void setStatus(org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType statusType,
                      String message,
                      Throwable cause)
setStatus in interface org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusListenerpublic org.pentaho.reporting.engine.classic.core.modules.gui.common.StatusType getStatusType()
public String getMessage()
public Throwable getCause()