Uses of Class
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.StatusType

Packages that use StatusType
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.common   
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing   
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base that return StatusType
 StatusType PreviewPane.getStatusType()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base with parameters of type StatusType
 void PreviewPane.setStatusType(StatusType statusType)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.common with parameters of type StatusType
 void StatusListener.setStatus(StatusType type, String text, Throwable cause)
           
 

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

Fields in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing declared as StatusType
static StatusType StatusType.ERROR
           
static StatusType StatusType.INFORMATION
           
static StatusType StatusType.NONE
           
static StatusType StatusType.WARNING
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing that return StatusType
 StatusType JStatusBar.getStatusType()
           
 StatusType AbstractGuiContext.getStatusType()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.commonswing with parameters of type StatusType
 void JStatusBar.setStatus(StatusType type, String text)
           
 void AbstractGuiContext.setStatus(StatusType type, String text, Throwable cause)
           
 void JStatusBar.setStatusType(StatusType type)