Class ReportViewer.ReportLoader
java.lang.Object
javax.swing.SwingWorker<org.apache.commons.lang3.tuple.Pair<RMDocument,ReportExecutionData>,Void>
  
com.inductiveautomation.reporting.components.ReportViewer.ReportLoader
- All Implemented Interfaces:
- Runnable,- Future<org.apache.commons.lang3.tuple.Pair<RMDocument,,- ReportExecutionData>> - RunnableFuture<org.apache.commons.lang3.tuple.Pair<RMDocument,- ReportExecutionData>> 
- Enclosing class:
- ReportViewer
protected class ReportViewer.ReportLoader
extends SwingWorker<org.apache.commons.lang3.tuple.Pair<RMDocument,ReportExecutionData>,Void>  
ReportLoader is the background process that runs to collect the data for a report without blocking the UI
 thread.
- 
Nested Class SummaryNested classes/interfaces inherited from class javax.swing.SwingWorkerSwingWorker.StateValue
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.commons.lang3.tuple.Pair<RMDocument,ReportExecutionData> protected voiddone()Methods inherited from class javax.swing.SwingWorkeraddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
- 
Constructor Details- 
ReportLoaderpublic ReportLoader()
 
- 
- 
Method Details- 
generateReportParamMap
- 
doInBackgroundprotected org.apache.commons.lang3.tuple.Pair<RMDocument,ReportExecutionData> doInBackground() throws Exception- Specified by:
- doInBackgroundin class- SwingWorker<org.apache.commons.lang3.tuple.Pair<RMDocument,- ReportExecutionData>, - Void> 
- Throws:
- Exception
 
- 
doneprotected void done()- Overrides:
- donein class- SwingWorker<org.apache.commons.lang3.tuple.Pair<RMDocument,- ReportExecutionData>, - Void> 
 
 
-