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.