Uses of Interface
org.pentaho.reporting.engine.classic.core.states.ReportProcessingErrorHandler

Packages that use ReportProcessingErrorHandler
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.process   
 

Uses of ReportProcessingErrorHandler in org.pentaho.reporting.engine.classic.core.states
 

Classes in org.pentaho.reporting.engine.classic.core.states that implement ReportProcessingErrorHandler
 class CollectingReportErrorHandler
          Creation-Date: 04.07.2007, 14:01:43
 class IgnoreEverythingReportErrorHandler
          Creation-Date: 04.07.2007, 14:01:43
 

Fields in org.pentaho.reporting.engine.classic.core.states declared as ReportProcessingErrorHandler
static ReportProcessingErrorHandler IgnoreEverythingReportErrorHandler.INSTANCE
           
 

Methods in org.pentaho.reporting.engine.classic.core.states that return ReportProcessingErrorHandler
 ReportProcessingErrorHandler ReportState.getErrorHandler()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type ReportProcessingErrorHandler
 void ReportState.setErrorHandler(ReportProcessingErrorHandler errorHandler)
           
 

Uses of ReportProcessingErrorHandler in org.pentaho.reporting.engine.classic.core.states.process
 

Methods in org.pentaho.reporting.engine.classic.core.states.process that return ReportProcessingErrorHandler
 ReportProcessingErrorHandler ProcessState.getErrorHandler()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type ReportProcessingErrorHandler
 void ProcessState.setErrorHandler(ReportProcessingErrorHandler errorHandler)