Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.gui.common.GuiContext

Packages that use GuiContext
org.pentaho.reporting.engine.classic.core.modules.gui.common   
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing   
org.pentaho.reporting.engine.classic.core.modules.gui.print An AWT printing support module. 
 

Uses of GuiContext in org.pentaho.reporting.engine.classic.core.modules.gui.common
 

Classes in org.pentaho.reporting.engine.classic.core.modules.gui.common that implement GuiContext
 class DefaultGuiContext
          Creation-Date: 16.11.2006, 17:05:27
 

Uses of GuiContext in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
 

Subinterfaces of GuiContext in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
 interface SwingGuiContext
          Extends the common GUI-Context by a way to get access to the calling window.
 

Classes in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing that implement GuiContext
 class AbstractGuiContext
           
 

Uses of GuiContext in org.pentaho.reporting.engine.classic.core.modules.gui.print
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.print with parameters of type GuiContext
PageSetupDialog(GuiContext guiContext)
           
PageSetupDialog(GuiContext guiContext, Dialog owner)
           
PageSetupDialog(GuiContext guiContext, Frame owner)