org.pentaho.reporting.engine.classic.core.modules.gui.common
Class DefaultGuiContext

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.common.DefaultGuiContext
All Implemented Interfaces:
GuiContext

public class DefaultGuiContext
extends Object
implements GuiContext

Creation-Date: 16.11.2006, 17:05:27

Author:
Thomas Morgner

Constructor Summary
DefaultGuiContext()
           
DefaultGuiContext(Locale locale, IconTheme iconTheme, org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Method Summary
 org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
           
 IconTheme getIconTheme()
           
 Locale getLocale()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGuiContext

public DefaultGuiContext()

DefaultGuiContext

public DefaultGuiContext(Locale locale,
                         IconTheme iconTheme,
                         org.pentaho.reporting.libraries.base.config.Configuration configuration)
Method Detail

getLocale

public Locale getLocale()
Specified by:
getLocale in interface GuiContext

getIconTheme

public IconTheme getIconTheme()
Specified by:
getIconTheme in interface GuiContext

getConfiguration

public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
Specified by:
getConfiguration in interface GuiContext