org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
Interface SwingGuiContext

All Superinterfaces:
GuiContext
All Known Implementing Classes:
AbstractGuiContext, DefaultGuiContext

public interface SwingGuiContext
extends GuiContext

Extends the common GUI-Context by a way to get access to the calling window. This is a neccessary evil to support modal dialogs. Try to use this handle to tamper with the calling dialog in any other way, and you will suffer weird and unhappy consequences.

Author:
Thomas Morgner

Method Summary
 ReportEventSource getEventSource()
           
 StatusListener getStatusListener()
           
 Window getWindow()
          Returns the calling window.
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext
getConfiguration, getIconTheme, getLocale
 

Method Detail

getWindow

Window getWindow()
Returns the calling window.

Returns:
the calling window, or null, if there is none.

getStatusListener

StatusListener getStatusListener()

getEventSource

ReportEventSource getEventSource()