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

Packages that use IconTheme
org.pentaho.reporting.engine.classic.core.modules.gui.base This module provides basic preview capabilities for JFreeReport. 
org.pentaho.reporting.engine.classic.core.modules.gui.base.internal   
org.pentaho.reporting.engine.classic.core.modules.gui.common   
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing   
 

Uses of IconTheme in org.pentaho.reporting.engine.classic.core.modules.gui.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base that return IconTheme
 IconTheme PreviewApplet.getIconTheme()
           
 IconTheme PreviewFrame.getIconTheme()
           
 IconTheme PreviewDialog.getIconTheme()
           
 IconTheme PreviewInternalFrame.getIconTheme()
           
 IconTheme PreviewPane.getIconTheme()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base with parameters of type IconTheme
 void PreviewApplet.setIconTheme(IconTheme theme)
           
 void PreviewFrame.setIconTheme(IconTheme theme)
           
 void PreviewDialog.setIconTheme(IconTheme theme)
           
 void PreviewInternalFrame.setIconTheme(IconTheme theme)
           
 

Uses of IconTheme in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal that return IconTheme
static IconTheme PreviewPaneUtilities.createIconTheme(org.pentaho.reporting.libraries.base.config.Configuration config)
           
 

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

Classes in org.pentaho.reporting.engine.classic.core.modules.gui.common that implement IconTheme
 class DefaultIconTheme
          Creation-Date: 13.11.2006, 19:27:51
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.common that return IconTheme
 IconTheme GuiContext.getIconTheme()
           
 IconTheme DefaultGuiContext.getIconTheme()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.common with parameters of type IconTheme
DefaultGuiContext(Locale locale, IconTheme iconTheme, org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing that return IconTheme
 IconTheme AbstractGuiContext.getIconTheme()
           
 IconTheme AbstractActionPlugin.getIconTheme()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing with parameters of type IconTheme
 void JStatusBar.setIconTheme(IconTheme iconTheme)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing with parameters of type IconTheme
JStatusBar(IconTheme theme)